com.github.snksoft:crc

Generic CRC implementation for java

License

License

GroupId

GroupId

com.github.snksoft
ArtifactId

ArtifactId

crc
Last Version

Last Version

1.0.3
Release Date

Release Date

Type

Type

jar
Description

Description

com.github.snksoft:crc
Generic CRC implementation for java
Project URL

Project URL

https://github.com/snksoft/java-crc
Source Code Management

Source Code Management

http://github.com/snksoft/java-crc/tree/master

Download crc

How to add to project

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

Dependencies

test (2)

Group / Artifact Type Version
org.codehaus.groovy : groovy-all jar 2.4.1
org.spockframework : spock-core jar 1.0-groovy-2.4

Project Modules

There are no modules declared in this project.

Versions

Version
1.0.3
1.0.2
1.0.1