Download Latest Version clearcheckbookapi-0.2-sources.jar (45.9 kB)
Email in envelope

Get an email when there's a new version of ClearCheckBook Java API

Home / 1.0.1
Name Modified Size InfoDownloads / 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>
Source: README, updated 2014-02-04