Categories |
CategoriesDex General Purpose Libraries Utility |
---|---|
GroupId | GroupIdio.github.geniot |
ArtifactId | ArtifactIdindexedtreemap |
Version | Version1.0 |
Type | Typejar |
Filename | Size |
---|---|
indexedtreemap-1.0.pom | |
indexedtreemap-1.0.jar | 56 KB |
indexedtreemap-1.0-sources.jar | 31 KB |
indexedtreemap-1.0-javadoc.jar | 88 KB |
Browse |
<!-- https://jarcasting.com/artifacts/io.github.geniot/indexedtreemap/ -->
<dependency>
<groupId>io.github.geniot</groupId>
<artifactId>indexedtreemap</artifactId>
<version>1.0</version>
</dependency>
// https://jarcasting.com/artifacts/io.github.geniot/indexedtreemap/
implementation 'io.github.geniot:indexedtreemap:1.0'
// https://jarcasting.com/artifacts/io.github.geniot/indexedtreemap/
implementation ("io.github.geniot:indexedtreemap:1.0")
'io.github.geniot:indexedtreemap:jar:1.0'
<dependency org="io.github.geniot" name="indexedtreemap" rev="1.0">
<artifact name="indexedtreemap" type="jar" />
</dependency>
@Grapes(
@Grab(group='io.github.geniot', module='indexedtreemap', version='1.0')
)
libraryDependencies += "io.github.geniot" % "indexedtreemap" % "1.0"
[io.github.geniot/indexedtreemap "1.0"]