java-cons
Changelog
1.1.0
Consimplements theListinterface now.dropandtakeadded.
| License |
License |
|---|---|
| GroupId | GroupIdde.scravy |
| ArtifactId | ArtifactIdcons |
| Last Version | Last Version1.1.0 |
| Release Date | Release Date |
| Type | Typejar |
| Description |
DescriptionCons
A tiny library that offers persistent/immutable,
singly-linked lists.
|
| Project URL |
Project URL |
| Source Code Management |
Source Code Management |
| Filename | Size |
|---|---|
| cons-1.1.0.pom | |
| cons-1.1.0.jar | 5 KB |
| cons-1.1.0-sources.jar | 2 KB |
| cons-1.1.0-javadoc.jar | 25 KB |
| Browse |
<!-- https://jarcasting.com/artifacts/de.scravy/cons/ -->
<dependency>
<groupId>de.scravy</groupId>
<artifactId>cons</artifactId>
<version>1.1.0</version>
</dependency>
// https://jarcasting.com/artifacts/de.scravy/cons/
implementation 'de.scravy:cons:1.1.0'
// https://jarcasting.com/artifacts/de.scravy/cons/
implementation ("de.scravy:cons:1.1.0")
'de.scravy:cons:jar:1.1.0'
<dependency org="de.scravy" name="cons" rev="1.1.0">
<artifact name="cons" type="jar" />
</dependency>
@Grapes(
@Grab(group='de.scravy', module='cons', version='1.1.0')
)
libraryDependencies += "de.scravy" % "cons" % "1.1.0"
[de.scravy/cons "1.1.0"]
| Group / Artifact | Type | Version |
|---|---|---|
| de.scravy : pair | jar | 1.1.0 |
| junit : junit | jar | 4.12 |
| Group / Artifact | Type | Version |
|---|---|---|
| org.projectlombok : lombok | jar | 1.16.2 |
Cons implements the List interface now.drop and take added.