| License |
License |
|---|---|
| GroupId | GroupIdorg.hildan.hashcode |
| ArtifactId | ArtifactIdhashcode-utils-kt |
| Last Version | Last Version1.3.0 |
| Release Date | Release Date |
| Type | Typejar |
| Description |
Descriptionhashcode-utils-kt
Utilities for programs solving Google HashCode problems
|
| Project URL |
Project URL |
| Source Code Management |
Source Code Management |
| Filename | Size |
|---|---|
| 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 |
| Browse |
<!-- 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"]
| Group / Artifact | Type | Version |
|---|---|---|
| org.jetbrains.kotlin : kotlin-stdlib-jdk8 | jar | 1.6.10 |
| Group / Artifact | Type | Version |
|---|---|---|
| org.jetbrains.kotlinx : kotlinx-coroutines-core-jvm | jar | 1.6.0 |
| org.slf4j : slf4j-api | jar | 1.7.32 |