is not current version
Last Version 0.1.2

com.github.tjake:crc32ex 0.1.1

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

GroupId

GroupId

com.github.tjake
ArtifactId

ArtifactId

crc32ex
Version

Version

0.1.1
Type

Type

jar

Download crc32ex 0.1.1


<!-- https://jarcasting.com/artifacts/com.github.tjake/crc32ex/ -->
<dependency>
    <groupId>com.github.tjake</groupId>
    <artifactId>crc32ex</artifactId>
    <version>0.1.1</version>
</dependency>
// https://jarcasting.com/artifacts/com.github.tjake/crc32ex/
implementation 'com.github.tjake:crc32ex:0.1.1'
// https://jarcasting.com/artifacts/com.github.tjake/crc32ex/
implementation ("com.github.tjake:crc32ex:0.1.1")
'com.github.tjake:crc32ex:jar:0.1.1'
<dependency org="com.github.tjake" name="crc32ex" rev="0.1.1">
  <artifact name="crc32ex" type="jar" />
</dependency>
@Grapes(
@Grab(group='com.github.tjake', module='crc32ex', version='0.1.1')
)
libraryDependencies += "com.github.tjake" % "crc32ex" % "0.1.1"
[com.github.tjake/crc32ex "0.1.1"]