is not current version
Last Version 1.2.0

com.github.houbb:checksum 1.0.0

The checksum tool based on java annotation.

GroupId

GroupId

com.github.houbb
ArtifactId

ArtifactId

checksum
Version

Version

1.0.0
Type

Type

pom

Download checksum 1.0.0

Filename Size
checksum-1.0.0.pom 11 KB
Browse

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