Last Version

CRC32 Java Library 0.1.2

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
Version

Version

0.1.2
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 0.1.2


<!-- 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.