License |
License |
---|---|
GroupId | GroupIdbr.com.objectos |
ArtifactId | ArtifactIdcollections |
Last Version | Last Version0.2.1 |
Release Date | Release Date |
Type | Typejar |
Description |
Descriptionobjectos :: collections
A Java 8 collections helper library. Whenever possible, it tries to be API-compatible to Google Guava.
|
Project Organization |
Project Organization |
Filename | Size |
---|---|
collections-0.2.1.pom | |
collections-0.2.1.jar | 12 KB |
collections-0.2.1-sources.jar | 4 KB |
collections-0.2.1-javadoc.jar | 50 KB |
Browse |
<!-- https://jarcasting.com/artifacts/br.com.objectos/collections/ -->
<dependency>
<groupId>br.com.objectos</groupId>
<artifactId>collections</artifactId>
<version>0.2.1</version>
</dependency>
// https://jarcasting.com/artifacts/br.com.objectos/collections/
implementation 'br.com.objectos:collections:0.2.1'
// https://jarcasting.com/artifacts/br.com.objectos/collections/
implementation ("br.com.objectos:collections:0.2.1")
'br.com.objectos:collections:jar:0.2.1'
<dependency org="br.com.objectos" name="collections" rev="0.2.1">
<artifact name="collections" type="jar" />
</dependency>
@Grapes(
@Grab(group='br.com.objectos', module='collections', version='0.2.1')
)
libraryDependencies += "br.com.objectos" % "collections" % "0.2.1"
[br.com.objectos/collections "0.2.1"]
Group / Artifact | Type | Version |
---|---|---|
br.com.objectos : assertion | jar | 0.2.0 |