Download crc32ex-0.1.1.jar file - Jar c

Jar examples for c:crc32ex

Description

On Java 8 this will use the crc32 intrinsic call, in Java 7 it will use pure java crc.

You can download jar file crc32ex 0.1.1 in this page.

License

The Apache Software License, Version 2.0

Build File

You can use the following script to add crc32ex-0.1.1.jar to your project.

<dependency>
   <groupId>com.github.tjake</groupId>
   <artifactId>crc32ex</artifactId>
   <version>0.1.1</version>
</dependency>
compile group: 'com.github.tjake', name: 'crc32ex', version: '0.1.1'
libraryDependencies += "com.github.tjake" % "crc32ex" % "0.1.1"
<dependency org="com.github.tjake" name="crc32ex" rev="0.1.1"/>
@Grapes(@Grab(group='com.github.tjake', module='crc32ex', version='0.1.1'))
'com.github.tjake:crc32ex:jar:0.1.1'

Download

Click the following link to download the jar file.

crc32ex-0.1.1-javadoc.jar
crc32ex-0.1.1-sources.jar
crc32ex-0.1.1.jar
crc32ex-0.1.1.pom



Related Tutorials