Name | Modified | Size | Downloads / Week |
---|---|---|---|
Parent folder | |||
clearcheckbookapi-0.2-sources.jar | 2014-02-10 | 45.9 kB | |
clearcheckbookapi-0.2-javadoc.jar | 2014-02-10 | 336.7 kB | |
clearcheckbookapi-0.2.jar | 2014-02-10 | 86.0 kB | |
Totals: 3 Items | 468.5 kB | 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>