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