c

crc

A cyclic redundancy check (CRC) is an error-detecting code commonly used to detect accidental changes to digital data
https://github.com/ggrandes/crc
The Apache License, Version 2.0
Guillermo Grandes
文件下载
文件名 操作
crc-1.0.0.jar 下载
crc-1.0.0.pom 下载
crc-1.0.0-sources.jar 下载
Apache Maven
<dependency>
  <groupId>org.javastack</groupId>
  <artifactId>crc</artifactId>
  <version>1.0.0</version>
</dependency>
Gradle Groovy
implementation 'org.javastack:crc:1.0.0'
Gradle Kotlin
implementation("org.javastack:crc:1.0.0")
Scala SBT
libraryDependencies += "org.javastack" % "crc" % "1.0.0"
Groovy Grape
@Grapes(
  @Grab(group='org.javastack', module='crc', version='1.0.0')
)
Apache Ivy
<dependency org="org.javastack" name="crc" rev="1.0.0" />
Leiningen
[org.javastack/crc "1.0.0"]
Apache Buildr
'org.javastack:crc:jar:1.0.0'
本项目依赖
该项目无第三方依赖