License |
License |
---|---|
GroupId | GroupIdio.github.mathiassonderfeld |
ArtifactId | ArtifactIdsinglylinkedlist |
Last Version | Last Version0.8.1 |
Release Date | Release Date |
Type | Typejar |
Description |
Descriptionio.github.mathiassonderfeld:singlylinkedlist
A Singly Linked List, that implements the Java List and Collection Interfaces, if you explicitly need
one.
|
Project URL |
Project URL |
Filename | Size |
---|---|
singlylinkedlist-0.8.1.pom | |
singlylinkedlist-0.8.1.jar | 9 KB |
singlylinkedlist-0.8.1-sources.jar | 6 KB |
singlylinkedlist-0.8.1-javadoc.jar | 112 KB |
Browse |
<!-- https://jarcasting.com/artifacts/io.github.mathiassonderfeld/singlylinkedlist/ -->
<dependency>
<groupId>io.github.mathiassonderfeld</groupId>
<artifactId>singlylinkedlist</artifactId>
<version>0.8.1</version>
</dependency>
// https://jarcasting.com/artifacts/io.github.mathiassonderfeld/singlylinkedlist/
implementation 'io.github.mathiassonderfeld:singlylinkedlist:0.8.1'
// https://jarcasting.com/artifacts/io.github.mathiassonderfeld/singlylinkedlist/
implementation ("io.github.mathiassonderfeld:singlylinkedlist:0.8.1")
'io.github.mathiassonderfeld:singlylinkedlist:jar:0.8.1'
<dependency org="io.github.mathiassonderfeld" name="singlylinkedlist" rev="0.8.1">
<artifact name="singlylinkedlist" type="jar" />
</dependency>
@Grapes(
@Grab(group='io.github.mathiassonderfeld', module='singlylinkedlist', version='0.8.1')
)
libraryDependencies += "io.github.mathiassonderfeld" % "singlylinkedlist" % "0.8.1"
[io.github.mathiassonderfeld/singlylinkedlist "0.8.1"]
Group / Artifact | Type | Version |
---|---|---|
org.junit.jupiter : junit-jupiter-engine | jar | 5.8.2 |