| GroupId | GroupIdorg.hildan.hashcode |
|---|---|
| ArtifactId | ArtifactIdhashcode-utils-kt |
| Version | Version0.3.1 |
| Type | Typejar |
| Filename | Size |
|---|---|
| hashcode-utils-kt-0.3.1.pom | |
| hashcode-utils-kt-0.3.1.jar | 34 KB |
| hashcode-utils-kt-0.3.1-sources.jar | 7 KB |
| hashcode-utils-kt-0.3.1-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>0.3.1</version>
</dependency>
// https://jarcasting.com/artifacts/org.hildan.hashcode/hashcode-utils-kt/
implementation 'org.hildan.hashcode:hashcode-utils-kt:0.3.1'
// https://jarcasting.com/artifacts/org.hildan.hashcode/hashcode-utils-kt/
implementation ("org.hildan.hashcode:hashcode-utils-kt:0.3.1")
'org.hildan.hashcode:hashcode-utils-kt:jar:0.3.1'
<dependency org="org.hildan.hashcode" name="hashcode-utils-kt" rev="0.3.1">
<artifact name="hashcode-utils-kt" type="jar" />
</dependency>
@Grapes(
@Grab(group='org.hildan.hashcode', module='hashcode-utils-kt', version='0.3.1')
)
libraryDependencies += "org.hildan.hashcode" % "hashcode-utils-kt" % "0.3.1"
[org.hildan.hashcode/hashcode-utils-kt "0.3.1"]