p

pcollections

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