License |
License |
---|---|
GroupId | GroupIdcom.github.marschall |
ArtifactId | ArtifactIdlists |
Version | Version1.2.0 |
Type | Typejar |
Description |
DescriptionLists
Special purpose implementations of java.util.List
|
Project URL |
Project URL |
Source Code Management |
Source Code Management |
Filename | Size |
---|---|
lists-1.2.0.pom | |
lists-1.2.0.jar | 24 KB |
lists-1.2.0-sources.jar | 12 KB |
lists-1.2.0-javadoc.jar | 67 KB |
Browse |
<!-- https://jarcasting.com/artifacts/com.github.marschall/lists/ -->
<dependency>
<groupId>com.github.marschall</groupId>
<artifactId>lists</artifactId>
<version>1.2.0</version>
</dependency>
// https://jarcasting.com/artifacts/com.github.marschall/lists/
implementation 'com.github.marschall:lists:1.2.0'
// https://jarcasting.com/artifacts/com.github.marschall/lists/
implementation ("com.github.marschall:lists:1.2.0")
'com.github.marschall:lists:jar:1.2.0'
<dependency org="com.github.marschall" name="lists" rev="1.2.0">
<artifact name="lists" type="jar" />
</dependency>
@Grapes(
@Grab(group='com.github.marschall', module='lists', version='1.2.0')
)
libraryDependencies += "com.github.marschall" % "lists" % "1.2.0"
[com.github.marschall/lists "1.2.0"]
Group / Artifact | Type | Version |
---|---|---|
com.google.code.findbugs : jsr305 Optional | jar | 3.0.1 |
Group / Artifact | Type | Version |
---|---|---|
junit : junit | jar | 4.12 |
org.hamcrest : hamcrest-junit | jar | 2.0.0.0 |
com.github.marschall : junit-lambda | jar | 0.3.0 |