Last Version

io.github.mathiassonderfeld:singlylinkedlist 0.8.1

A Singly Linked List, that implements the Java List and Collection Interfaces, if you explicitly need one.

License

License

GroupId

GroupId

io.github.mathiassonderfeld
ArtifactId

ArtifactId

singlylinkedlist
Version

Version

0.8.1
Type

Type

jar
Description

Description

io.github.mathiassonderfeld:singlylinkedlist
A Singly Linked List, that implements the Java List and Collection Interfaces, if you explicitly need one.
Project URL

Project URL

https://github.com/MathiasSonderfeld/SinglyLinkedList

Download singlylinkedlist 0.8.1


<!-- 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"]

Dependencies

test (1)

Group / Artifact Type Version
org.junit.jupiter : junit-jupiter-engine jar 5.8.2

Project Modules

There are no modules declared in this project.