| Лицензия |
Лицензия |
|---|---|
| Группа | Группаorg.hildan.hashcode |
| Идентификатор | Идентификаторhashcode-utils-kt |
| Последняя версия | Последняя версия1.3.0 |
| Дата | Дата |
| Тип | Типjar |
| Описание |
Описаниеhashcode-utils-kt
Utilities for programs solving Google HashCode problems
|
| Ссылка на сайт |
Ссылка на сайт |
| Система контроля версий |
Система контроля версий |
| Имя Файла | Размер |
|---|---|
| hashcode-utils-kt-1.3.0.pom | |
| hashcode-utils-kt-1.3.0.jar | 34 KB |
| hashcode-utils-kt-1.3.0-sources.jar | 7 KB |
| hashcode-utils-kt-1.3.0-javadoc.jar | 40 KB |
| Обзор |
<!-- https://jarcasting.com/artifacts/org.hildan.hashcode/hashcode-utils-kt/ -->
<dependency>
<groupId>org.hildan.hashcode</groupId>
<artifactId>hashcode-utils-kt</artifactId>
<version>1.3.0</version>
</dependency>
// https://jarcasting.com/artifacts/org.hildan.hashcode/hashcode-utils-kt/
implementation 'org.hildan.hashcode:hashcode-utils-kt:1.3.0'
// https://jarcasting.com/artifacts/org.hildan.hashcode/hashcode-utils-kt/
implementation ("org.hildan.hashcode:hashcode-utils-kt:1.3.0")
'org.hildan.hashcode:hashcode-utils-kt:jar:1.3.0'
<dependency org="org.hildan.hashcode" name="hashcode-utils-kt" rev="1.3.0">
<artifact name="hashcode-utils-kt" type="jar" />
</dependency>
@Grapes(
@Grab(group='org.hildan.hashcode', module='hashcode-utils-kt', version='1.3.0')
)
libraryDependencies += "org.hildan.hashcode" % "hashcode-utils-kt" % "1.3.0"
[org.hildan.hashcode/hashcode-utils-kt "1.3.0"]
| Идентификатор библиотеки | Тип | Версия |
|---|---|---|
| org.jetbrains.kotlin : kotlin-stdlib-jdk8 | jar | 1.6.10 |
| Идентификатор библиотеки | Тип | Версия |
|---|---|---|
| org.jetbrains.kotlinx : kotlinx-coroutines-core-jvm | jar | 1.6.0 |
| org.slf4j : slf4j-api | jar | 1.7.32 |