is not current version
Last Version 1.2.0

com.github.houbb:checksum 0.0.2

The checksum tool based on java annotation.

GroupId

GroupId

com.github.houbb
ArtifactId

ArtifactId

checksum
Version

Version

0.0.2
Type

Type

jar

Download checksum 0.0.2


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