License |
License |
---|---|
GroupId | GroupIdorg.tendiwa |
ArtifactId | ArtifactIdrocollections |
Last Version | Last Version0.3.0 |
Release Date | Release Date |
Type | Typejar |
Description |
DescriptionRead-only collections
Read-only wrappers for Java Collections
|
Project URL |
Project URL |
Project Organization |
Project Organization |
Filename | Size |
---|---|
rocollections-0.3.0.pom | |
rocollections-0.3.0.jar | 10 KB |
rocollections-0.3.0-sources.jar | 13 KB |
rocollections-0.3.0-javadoc.jar | 64 KB |
Browse |
<!-- https://jarcasting.com/artifacts/org.tendiwa/rocollections/ -->
<dependency>
<groupId>org.tendiwa</groupId>
<artifactId>rocollections</artifactId>
<version>0.3.0</version>
</dependency>
// https://jarcasting.com/artifacts/org.tendiwa/rocollections/
implementation 'org.tendiwa:rocollections:0.3.0'
// https://jarcasting.com/artifacts/org.tendiwa/rocollections/
implementation ("org.tendiwa:rocollections:0.3.0")
'org.tendiwa:rocollections:jar:0.3.0'
<dependency org="org.tendiwa" name="rocollections" rev="0.3.0">
<artifact name="rocollections" type="jar" />
</dependency>
@Grapes(
@Grab(group='org.tendiwa', module='rocollections', version='0.3.0')
)
libraryDependencies += "org.tendiwa" % "rocollections" % "0.3.0"
[org.tendiwa/rocollections "0.3.0"]
Group / Artifact | Type | Version |
---|---|---|
com.google.guava : guava | jar | 18.0 |
junit : junit | jar | 4.12 |