License |
License |
---|---|
GroupId | GroupIdcom.github.snksoft |
ArtifactId | ArtifactIdcrc |
Last Version | Last Version1.0.3 |
Release Date | Release Date |
Type | Typejar |
Description |
Descriptioncom.github.snksoft:crc
Generic CRC implementation for java
|
Project URL |
Project URL |
Source Code Management |
Source Code Management |
Filename | Size |
---|---|
crc-1.0.3.pom | |
crc-1.0.3.jar | 6 KB |
crc-1.0.3-sources.jar | 4 KB |
crc-1.0.3-javadoc.jar | 29 KB |
Browse |
<!-- 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"]
Group / Artifact | Type | Version |
---|---|---|
org.codehaus.groovy : groovy-all | jar | 2.4.1 |
org.spockframework : spock-core | jar | 1.0-groovy-2.4 |