| License |
License |
|---|---|
| GroupId | GroupIdorg.hildan.hashcode |
| ArtifactId | ArtifactIdhashcode-utils |
| Version | Version5.0.0 |
| Type | Typejar |
| Description |
Descriptionhashcode-utils
Utilities for programs solving Google HashCode problems
|
| Project URL |
Project URL |
| Source Code Management |
Source Code Management |
| Filename | Size |
|---|---|
| hashcode-utils-5.0.0.pom | |
| hashcode-utils-5.0.0.jar | 52 KB |
| hashcode-utils-5.0.0-sources.jar | 37 KB |
| hashcode-utils-5.0.0-javadoc.jar | 545 KB |
| Browse |
<!-- https://jarcasting.com/artifacts/org.hildan.hashcode/hashcode-utils/ -->
<dependency>
<groupId>org.hildan.hashcode</groupId>
<artifactId>hashcode-utils</artifactId>
<version>5.0.0</version>
</dependency>
// https://jarcasting.com/artifacts/org.hildan.hashcode/hashcode-utils/
implementation 'org.hildan.hashcode:hashcode-utils:5.0.0'
// https://jarcasting.com/artifacts/org.hildan.hashcode/hashcode-utils/
implementation ("org.hildan.hashcode:hashcode-utils:5.0.0")
'org.hildan.hashcode:hashcode-utils:jar:5.0.0'
<dependency org="org.hildan.hashcode" name="hashcode-utils" rev="5.0.0">
<artifact name="hashcode-utils" type="jar" />
</dependency>
@Grapes(
@Grab(group='org.hildan.hashcode', module='hashcode-utils', version='5.0.0')
)
libraryDependencies += "org.hildan.hashcode" % "hashcode-utils" % "5.0.0"
[org.hildan.hashcode/hashcode-utils "5.0.0"]
| Group / Artifact | Type | Version |
|---|---|---|
| org.slf4j : slf4j-api | jar | 1.7.24 |
| org.jetbrains : annotations | jar | 15.0 |