collections
A supplement to the Java Collections library.
| License |
License |
|---|---|
| GroupId | GroupIduk.co.solong |
| ArtifactId | ArtifactIdcollections |
| Last Version | Last Version0.0.2 |
| Release Date | Release Date |
| Type | Typejar |
| Description |
DescriptionSoLong Collections
A supplement to the Java Collections library.
|
| Source Code Management |
Source Code Management |
| Filename | Size |
|---|---|
| collections-0.0.2.pom | |
| collections-0.0.2.jar | 6 KB |
| collections-0.0.2-sources.jar | 2 KB |
| collections-0.0.2-javadoc.jar | 40 KB |
| Browse |
<!-- https://jarcasting.com/artifacts/uk.co.solong/collections/ -->
<dependency>
<groupId>uk.co.solong</groupId>
<artifactId>collections</artifactId>
<version>0.0.2</version>
</dependency>
// https://jarcasting.com/artifacts/uk.co.solong/collections/
implementation 'uk.co.solong:collections:0.0.2'
// https://jarcasting.com/artifacts/uk.co.solong/collections/
implementation ("uk.co.solong:collections:0.0.2")
'uk.co.solong:collections:jar:0.0.2'
<dependency org="uk.co.solong" name="collections" rev="0.0.2">
<artifact name="collections" type="jar" />
</dependency>
@Grapes(
@Grab(group='uk.co.solong', module='collections', version='0.0.2')
)
libraryDependencies += "uk.co.solong" % "collections" % "0.0.2"
[uk.co.solong/collections "0.0.2"]
| Group / Artifact | Type | Version |
|---|---|---|
| org.slf4j : slf4j-api | jar | |
| joda-time : joda-time | jar |
| Group / Artifact | Type | Version |
|---|---|---|
| junit : junit | jar |
A supplement to the Java Collections library.