a

a-collections

a-collection is a library of collection classes, most notably immutable collection classes with copy-on-write operations ("persistent" collections)
https://github.com/arnohaase/a-collections
The Apache Software License, Version 2.0
Arno Haase
Files download
File Operation
a-collections-0.9.2.jar download
a-collections-0.9.2.pom download
a-collections-0.9.2-sources.jar download
Apache Maven
<dependency>
  <groupId>com.ajjpj.a-collections</groupId>
  <artifactId>a-collections</artifactId>
  <version>0.9.2</version>
</dependency>
Gradle Groovy
implementation 'com.ajjpj.a-collections:a-collections:0.9.2'
Gradle Kotlin
implementation("com.ajjpj.a-collections:a-collections:0.9.2")
Scala SBT
libraryDependencies += "com.ajjpj.a-collections" % "a-collections" % "0.9.2"
Groovy Grape
@Grapes(
  @Grab(group='com.ajjpj.a-collections', module='a-collections', version='0.9.2')
)
Apache Ivy
<dependency org="com.ajjpj.a-collections" name="a-collections" rev="0.9.2" />
Leiningen
[com.ajjpj.a-collections/a-collections "0.9.2"]
Apache Buildr
'com.ajjpj.a-collections:a-collections:jar:0.9.2'