Name | Modified | Size | Downloads / Week |
---|---|---|---|
1.0.1 | 2016-07-10 | ||
v0.2.1 | 2016-05-09 | ||
0.2 | 2014-02-10 | ||
0.1 | 2014-02-04 | ||
README | 2014-02-04 | 653 Bytes | |
Totals: 5 Items | 653 Bytes | 0 |
It is easier to fetch this by Maven. You need to add this dependency to the <dependencies> section of the pom.xml: <dependency> <groupId>com.leonarduk.clearcheckbook</groupId> <artifactId>clearcheckbookapi</artifactId> <version>0.1</version> </dependency> And this repository to the <repositories> section: <repository> <releases> <enabled>true</enabled> <updatePolicy>always</updatePolicy> <checksumPolicy>fail</checksumPolicy> </releases> <id>Clearcheckbookapi</id> <name>Clearcheckbookapi</name> <url>http://clearcheckbookjavaapi.sourceforge.net/maven/</url> <layout>default</layout> </repository>