is not current version
Last Version 0.2.1

br.com.objectos:collections 0.1.0

A Java 8 collections helper library. Whenever possible, it tries to be API-compatible to Google Guava.

GroupId

GroupId

br.com.objectos
ArtifactId

ArtifactId

collections
Version

Version

0.1.0
Type

Type

jar

Download collections 0.1.0


<!-- https://jarcasting.com/artifacts/br.com.objectos/collections/ -->
<dependency>
    <groupId>br.com.objectos</groupId>
    <artifactId>collections</artifactId>
    <version>0.1.0</version>
</dependency>
// https://jarcasting.com/artifacts/br.com.objectos/collections/
implementation 'br.com.objectos:collections:0.1.0'
// https://jarcasting.com/artifacts/br.com.objectos/collections/
implementation ("br.com.objectos:collections:0.1.0")
'br.com.objectos:collections:jar:0.1.0'
<dependency org="br.com.objectos" name="collections" rev="0.1.0">
  <artifact name="collections" type="jar" />
</dependency>
@Grapes(
@Grab(group='br.com.objectos', module='collections', version='0.1.0')
)
libraryDependencies += "br.com.objectos" % "collections" % "0.1.0"
[br.com.objectos/collections "0.1.0"]