is not current version
Last Version 0.5.0

br.com.objectos.core:collections 0.4.0

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

GroupId

GroupId

br.com.objectos.core
ArtifactId

ArtifactId

collections
Version

Version

0.4.0
Type

Type

jar

Download collections 0.4.0


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