License |
License |
---|---|
Categories |
CategoriesDex General Purpose Libraries Utility |
GroupId | GroupIdio.github.coderodde |
ArtifactId | ArtifactIdIndexedLinkedList |
Last Version | Last Version1.6180339 |
Release Date | Release Date |
Type | Typejar |
Description |
DescriptionIndexedLinkedList
An efficient, succint, heuristic, indexed linked-list for versatile usage.
|
Project URL |
Project URL |
Source Code Management |
Source Code Management |
Filename | Size |
---|---|
IndexedLinkedList-1.6180339.pom | |
IndexedLinkedList-1.6180339.jar | 53 KB |
IndexedLinkedList-1.6180339-sources.jar | 27 KB |
IndexedLinkedList-1.6180339-javadoc.jar | 129 KB |
Browse |
<!-- https://jarcasting.com/artifacts/io.github.coderodde/IndexedLinkedList/ -->
<dependency>
<groupId>io.github.coderodde</groupId>
<artifactId>IndexedLinkedList</artifactId>
<version>1.6180339</version>
</dependency>
// https://jarcasting.com/artifacts/io.github.coderodde/IndexedLinkedList/
implementation 'io.github.coderodde:IndexedLinkedList:1.6180339'
// https://jarcasting.com/artifacts/io.github.coderodde/IndexedLinkedList/
implementation ("io.github.coderodde:IndexedLinkedList:1.6180339")
'io.github.coderodde:IndexedLinkedList:jar:1.6180339'
<dependency org="io.github.coderodde" name="IndexedLinkedList" rev="1.6180339">
<artifact name="IndexedLinkedList" type="jar" />
</dependency>
@Grapes(
@Grab(group='io.github.coderodde', module='IndexedLinkedList', version='1.6180339')
)
libraryDependencies += "io.github.coderodde" % "IndexedLinkedList" % "1.6180339"
[io.github.coderodde/IndexedLinkedList "1.6180339"]
Group / Artifact | Type | Version |
---|---|---|
org.apache.commons : commons-collections4 | jar | 4.4 |
Group / Artifact | Type | Version |
---|---|---|
junit : junit | jar | 4.13.2 |
org.hamcrest : hamcrest-core | jar | 1.3 |