p

pcollections

A Persistent Java Collections Library
http://pcollections.org
The MIT License
Harold Cooper
Files download
File Operation
pcollections-2.1.2.jar download
pcollections-2.1.2.pom download
pcollections-2.1.2-sources.jar download
Apache Maven
<dependency>
  <groupId>org.pcollections</groupId>
  <artifactId>pcollections</artifactId>
  <version>2.1.2</version>
</dependency>
Gradle Groovy
implementation 'org.pcollections:pcollections:2.1.2'
Gradle Kotlin
implementation("org.pcollections:pcollections:2.1.2")
Scala SBT
libraryDependencies += "org.pcollections" % "pcollections" % "2.1.2"
Groovy Grape
@Grapes(
  @Grab(group='org.pcollections', module='pcollections', version='2.1.2')
)
Apache Ivy
<dependency org="org.pcollections" name="pcollections" rev="2.1.2" />
Leiningen
[org.pcollections/pcollections "2.1.2"]
Apache Buildr
'org.pcollections:pcollections:jar:2.1.2'