| License |
License |
|---|---|
| Categories |
CategoriesDex General Purpose Libraries Utility |
| GroupId | GroupIdio.github.geniot |
| ArtifactId | ArtifactIdindexedtreemap |
| Last Version | Last Version1.1 |
| Release Date | Release Date |
| Type | Typejar |
| Description |
Descriptionindex-tree-map
Enhanced java.util.TreeSet with get element by index, get index of an element. The implementation is based on node weights.
|
| Project URL |
Project URL |
| Source Code Management |
Source Code Management |
| Filename | Size |
|---|---|
| indexedtreemap-1.1.pom | |
| indexedtreemap-1.1.jar | 56 KB |
| indexedtreemap-1.1-sources.jar | 31 KB |
| indexedtreemap-1.1-javadoc.jar | 88 KB |
| Browse |
<!-- https://jarcasting.com/artifacts/io.github.geniot/indexedtreemap/ -->
<dependency>
<groupId>io.github.geniot</groupId>
<artifactId>indexedtreemap</artifactId>
<version>1.1</version>
</dependency>
// https://jarcasting.com/artifacts/io.github.geniot/indexedtreemap/
implementation 'io.github.geniot:indexedtreemap:1.1'
// https://jarcasting.com/artifacts/io.github.geniot/indexedtreemap/
implementation ("io.github.geniot:indexedtreemap:1.1")
'io.github.geniot:indexedtreemap:jar:1.1'
<dependency org="io.github.geniot" name="indexedtreemap" rev="1.1">
<artifact name="indexedtreemap" type="jar" />
</dependency>
@Grapes(
@Grab(group='io.github.geniot', module='indexedtreemap', version='1.1')
)
libraryDependencies += "io.github.geniot" % "indexedtreemap" % "1.1"
[io.github.geniot/indexedtreemap "1.1"]
| Group / Artifact | Type | Version |
|---|---|---|
| org.junit.jupiter : junit-jupiter-api | jar | 5.8.0-M1 |
| org.junit.jupiter : junit-jupiter-engine | jar | 5.8.0-M1 |