Jar examples for c:checksum-api
Provides a simple API to calculate checksums for the content of any input-stream, file or directory.
You can download jar file checksum-api 1.0.3 in this page.
You can use the following script to add checksum-api-1.0.3.jar to your project.
<dependency> <groupId>ch.sourcepond.io</groupId> <artifactId>checksum-api</artifactId> <version>1.0.3</version> </dependency>
compile group: 'ch.sourcepond.io', name: 'checksum-api', version: '1.0.3'
libraryDependencies += "ch.sourcepond.io" % "checksum-api" % "1.0.3"
<dependency org="ch.sourcepond.io" name="checksum-api" rev="1.0.3"/>
@Grapes(@Grab(group='ch.sourcepond.io', module='checksum-api', version='1.0.3'))
'ch.sourcepond.io:checksum-api:jar:1.0.3'
Click the following link to download the jar file.
checksum-api-1.0.3-javadoc.jar