Name | Modified | Size | Downloads / Week |
---|---|---|---|
Parent folder | |||
clearcheckbookapi-0.1.jar | 2014-02-04 | 96.5 kB | |
clearcheckbookapi-0.1-sources.jar | 2014-02-04 | 54.6 kB | |
clearcheckbookapi-0.1-javadoc.jar | 2014-02-04 | 343.2 kB | |
Totals: 3 Items | 494.3 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>