CRC32 Java Library

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

License

License

GroupId

GroupId

com.github.tjake
ArtifactId

ArtifactId

crc32ex
Last Version

Last Version

0.1.2
Release Date

Release Date

Type

Type

jar
Description

Description

CRC32 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

https://github.com/tjake/crc32ex/
Source Code Management

Source Code Management

http://github.com/tjake/crc32ex/tree/master/

Download crc32ex

How to add to project

<!-- 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"]

Dependencies

test (1)

Group / Artifact Type Version
junit : junit jar 4.11

Project Modules

There are no modules declared in this project.

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.

Versions

Version
0.1.2
0.1.1