| Лицензия |
Лицензия |
|---|---|
| Группа | Группаcom.github.houbb |
| Идентификатор | Идентификаторchecksum-annotation |
| Последняя версия | Последняя версия1.2.0 |
| Дата | Дата |
| Тип | Типjar |
| Описание |
ОписаниеThe checksum tool based on java annotation.
|
| Имя Файла | Размер |
|---|---|
| checksum-annotation-1.2.0.pom | |
| checksum-annotation-1.2.0.jar | 3 KB |
| checksum-annotation-1.2.0-sources.jar | 2 KB |
| checksum-annotation-1.2.0-javadoc.jar | 28 KB |
| Обзор |
<!-- 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"]