License |
License |
---|---|
Categories |
CategoriesNet |
GroupId | GroupIdnet.digger |
ArtifactId | ArtifactIdcrc-util |
Version | Version1.0.0 |
Type | Typejar |
Description |
Descriptionnet.digger:crc-util
A parameterized checksum and CRC calculation tool, which supports many different algorithms and parameters.
|
Project URL |
Project URL |
Source Code Management |
Source Code Management |
Filename | Size |
---|---|
crc-util-1.0.0.pom | |
crc-util-1.0.0.jar | 10 KB |
crc-util-1.0.0-sources.jar | 10 KB |
crc-util-1.0.0-javadoc.jar | 70 KB |
Browse |
<!-- https://jarcasting.com/artifacts/net.digger/crc-util/ -->
<dependency>
<groupId>net.digger</groupId>
<artifactId>crc-util</artifactId>
<version>1.0.0</version>
</dependency>
// https://jarcasting.com/artifacts/net.digger/crc-util/
implementation 'net.digger:crc-util:1.0.0'
// https://jarcasting.com/artifacts/net.digger/crc-util/
implementation ("net.digger:crc-util:1.0.0")
'net.digger:crc-util:jar:1.0.0'
<dependency org="net.digger" name="crc-util" rev="1.0.0">
<artifact name="crc-util" type="jar" />
</dependency>
@Grapes(
@Grab(group='net.digger', module='crc-util', version='1.0.0')
)
libraryDependencies += "net.digger" % "crc-util" % "1.0.0"
[net.digger/crc-util "1.0.0"]
Group / Artifact | Type | Version |
---|---|---|
junit : junit | jar | 4.12 |
org.hamcrest : hamcrest-library | jar | 1.3 |