is not current version
Last Version 0.7

com.github.andrewoma.dexx:collection 0.6

Persistent (immutable) collection library

Categories

Categories

Dex General Purpose Libraries Utility
GroupId

GroupId

com.github.andrewoma.dexx
ArtifactId

ArtifactId

collection
Version

Version

0.6
Type

Type

jar

Download collection 0.6


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