| Categories |
CategoriesDex General Purpose Libraries Utility |
|---|---|
| GroupId | GroupIdio.github.coderodde |
| ArtifactId | ArtifactIdIndexedLinkedList |
| Version | Version1.618033 |
| Type | Typejar |
| Filename | Size |
|---|---|
| IndexedLinkedList-1.618033.pom | |
| IndexedLinkedList-1.618033.jar | 52 KB |
| IndexedLinkedList-1.618033-sources.jar | 28 KB |
| IndexedLinkedList-1.618033-javadoc.jar | 129 KB |
| Browse |
<!-- https://jarcasting.com/artifacts/io.github.coderodde/IndexedLinkedList/ -->
<dependency>
<groupId>io.github.coderodde</groupId>
<artifactId>IndexedLinkedList</artifactId>
<version>1.618033</version>
</dependency>
// https://jarcasting.com/artifacts/io.github.coderodde/IndexedLinkedList/
implementation 'io.github.coderodde:IndexedLinkedList:1.618033'
// https://jarcasting.com/artifacts/io.github.coderodde/IndexedLinkedList/
implementation ("io.github.coderodde:IndexedLinkedList:1.618033")
'io.github.coderodde:IndexedLinkedList:jar:1.618033'
<dependency org="io.github.coderodde" name="IndexedLinkedList" rev="1.618033">
<artifact name="IndexedLinkedList" type="jar" />
</dependency>
@Grapes(
@Grab(group='io.github.coderodde', module='IndexedLinkedList', version='1.618033')
)
libraryDependencies += "io.github.coderodde" % "IndexedLinkedList" % "1.618033"
[io.github.coderodde/IndexedLinkedList "1.618033"]