| License | License | 
|---|---|
| GroupId | GroupIdcom.github.houbb | 
| ArtifactId | ArtifactIdchecksum-annotation | 
| Last Version | Last Version1.2.0 | 
| Release Date | Release Date | 
| Type | Typejar | 
| Description | DescriptionThe checksum tool based on java annotation. | 
<!-- https://jarcasting.com/artifacts/com.github.houbb/checksum-annotation/ -->
<dependency>
    <groupId>com.github.houbb</groupId>
    <artifactId>checksum-annotation</artifactId>
    <version>1.2.0</version>
</dependency>// https://jarcasting.com/artifacts/com.github.houbb/checksum-annotation/
implementation 'com.github.houbb:checksum-annotation:1.2.0'// https://jarcasting.com/artifacts/com.github.houbb/checksum-annotation/
implementation ("com.github.houbb:checksum-annotation:1.2.0")'com.github.houbb:checksum-annotation:jar:1.2.0'<dependency org="com.github.houbb" name="checksum-annotation" rev="1.2.0">
  <artifact name="checksum-annotation" type="jar" />
</dependency>@Grapes(
@Grab(group='com.github.houbb', module='checksum-annotation', version='1.2.0')
)libraryDependencies += "com.github.houbb" % "checksum-annotation" % "1.2.0"[com.github.houbb/checksum-annotation "1.2.0"]