CRC32Ex
This library gives you a factory that, depending on your JVM version, will provide different implemetations on CRC32.
In JDK8 it uses the new intrinsic CRC32 native call.
License |
License |
---|---|
GroupId | GroupIdcom.github.tjake |
ArtifactId | ArtifactIdcrc32ex |
Last Version | Last Version0.1.2 |
Release Date | Release Date |
Type | Typejar |
Description |
DescriptionCRC32 Java Library
On Java 8 this will use the crc32 intrinsic call, in Java 7 it will use pure java crc.
|
Project URL |
Project URL |
Source Code Management |
Source Code Management |
Filename | Size |
---|---|
crc32ex-0.1.2.pom | |
crc32ex-0.1.2.jar | 26 KB |
crc32ex-0.1.2-sources.jar | 17 KB |
crc32ex-0.1.2-javadoc.jar | 40 KB |
Browse |
<!-- https://jarcasting.com/artifacts/com.github.tjake/crc32ex/ -->
<dependency>
<groupId>com.github.tjake</groupId>
<artifactId>crc32ex</artifactId>
<version>0.1.2</version>
</dependency>
// https://jarcasting.com/artifacts/com.github.tjake/crc32ex/
implementation 'com.github.tjake:crc32ex:0.1.2'
// https://jarcasting.com/artifacts/com.github.tjake/crc32ex/
implementation ("com.github.tjake:crc32ex:0.1.2")
'com.github.tjake:crc32ex:jar:0.1.2'
<dependency org="com.github.tjake" name="crc32ex" rev="0.1.2">
<artifact name="crc32ex" type="jar" />
</dependency>
@Grapes(
@Grab(group='com.github.tjake', module='crc32ex', version='0.1.2')
)
libraryDependencies += "com.github.tjake" % "crc32ex" % "0.1.2"
[com.github.tjake/crc32ex "0.1.2"]
Group / Artifact | Type | Version |
---|---|---|
junit : junit | jar | 4.11 |
This library gives you a factory that, depending on your JVM version, will provide different implemetations on CRC32.
In JDK8 it uses the new intrinsic CRC32 native call.