Name | Modified | Size | Downloads / Week |
---|---|---|---|
Parent folder | |||
clearcheckbookjavaapi-1.0.1.tar.gz | 2016-07-10 | 49.9 kB | |
clearcheckbookjavaapi-1.0.1.zip | 2016-07-10 | 100.9 kB | |
Totals: 2 Items | 150.8 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>