is not current version
Last Version 1.6180339

io.github.coderodde:IndexedLinkedList 1.61

An efficient, succint, heuristic, indexed linked-list for versatile usage.

Categories

Categories

Dex General Purpose Libraries Utility
GroupId

GroupId

io.github.coderodde
ArtifactId

ArtifactId

IndexedLinkedList
Version

Version

1.61
Type

Type

jar

Download IndexedLinkedList 1.61


<!-- https://jarcasting.com/artifacts/io.github.coderodde/IndexedLinkedList/ -->
<dependency>
    <groupId>io.github.coderodde</groupId>
    <artifactId>IndexedLinkedList</artifactId>
    <version>1.61</version>
</dependency>
// https://jarcasting.com/artifacts/io.github.coderodde/IndexedLinkedList/
implementation 'io.github.coderodde:IndexedLinkedList:1.61'
// https://jarcasting.com/artifacts/io.github.coderodde/IndexedLinkedList/
implementation ("io.github.coderodde:IndexedLinkedList:1.61")
'io.github.coderodde:IndexedLinkedList:jar:1.61'
<dependency org="io.github.coderodde" name="IndexedLinkedList" rev="1.61">
  <artifact name="IndexedLinkedList" type="jar" />
</dependency>
@Grapes(
@Grab(group='io.github.coderodde', module='IndexedLinkedList', version='1.61')
)
libraryDependencies += "io.github.coderodde" % "IndexedLinkedList" % "1.61"
[io.github.coderodde/IndexedLinkedList "1.61"]