Categories |
CategoriesDex General Purpose Libraries Utility |
---|---|
GroupId | GroupIdio.github.coderodde |
ArtifactId | ArtifactIdIndexedLinkedList |
Version | Version1.61 |
Type | Typejar |
Filename | Size |
---|---|
IndexedLinkedList-1.61.pom | |
IndexedLinkedList-1.61.jar | 52 KB |
IndexedLinkedList-1.61-sources.jar | 28 KB |
IndexedLinkedList-1.61-javadoc.jar | 139 KB |
Browse |
<!-- 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"]