CrayFish :: COMMON :: Crc

Generic Java language CRC implementation (includes CRC16, CRC32, CRC64, etc). With more than 170 predefined CRC like: CRC-32/ISO-HDLC, CRC-64/ECMA-182,...

License

License

GroupId

GroupId

com.github.sftwnd.crayfish.common
ArtifactId

ArtifactId

crayfish-common-crc
Last Version

Last Version

1.0.0
Release Date

Release Date

Type

Type

jar
Description

Description

CrayFish :: COMMON :: Crc
Generic Java language CRC implementation (includes CRC16, CRC32, CRC64, etc). With more than 170 predefined CRC like: CRC-32/ISO-HDLC, CRC-64/ECMA-182,...
Project URL

Project URL

https://github.com/sftwnd/crayfish-common-crc

Download crayfish-common-crc

How to add to project

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

Dependencies

compile (1)

Group / Artifact Type Version
com.google.code.findbugs : jsr305 jar 3.0.2

provided (1)

Group / Artifact Type Version
org.projectlombok : lombok jar 1.18.22

test (2)

Group / Artifact Type Version
org.junit.jupiter : junit-jupiter-api jar 5.8.2
org.junit.jupiter : junit-jupiter-engine jar 5.8.2

Project Modules

There are no modules declared in this project.

Versions

Version
1.0.0
0.0.1