| Лицензия |
Лицензия |
|---|---|
| Группа | Группаcom.github.houbb |
| Идентификатор | Идентификаторhash |
| Последняя версия | Последняя версия0.0.6 |
| Дата | Дата |
| Тип | Типjar |
| Описание |
Описаниеhash
The hash tool for java.
|
| Имя Файла | Размер |
|---|---|
| hash-0.0.6.pom | |
| hash-0.0.6.jar | 11 KB |
| hash-0.0.6-sources.jar | 7 KB |
| hash-0.0.6-javadoc.jar | 81 KB |
| Обзор |
<!-- https://jarcasting.com/artifacts/com.github.houbb/hash/ -->
<dependency>
<groupId>com.github.houbb</groupId>
<artifactId>hash</artifactId>
<version>0.0.6</version>
</dependency>
// https://jarcasting.com/artifacts/com.github.houbb/hash/
implementation 'com.github.houbb:hash:0.0.6'
// https://jarcasting.com/artifacts/com.github.houbb/hash/
implementation ("com.github.houbb:hash:0.0.6")
'com.github.houbb:hash:jar:0.0.6'
<dependency org="com.github.houbb" name="hash" rev="0.0.6">
<artifact name="hash" type="jar" />
</dependency>
@Grapes(
@Grab(group='com.github.houbb', module='hash', version='0.0.6')
)
libraryDependencies += "com.github.houbb" % "hash" % "0.0.6"
[com.github.houbb/hash "0.0.6"]