Jar examples for c:crc32ex
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.
The Apache Software License, Version 2.0
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'
Click the following link to download the jar file.
crc32ex-0.1.1-javadoc.jar