is not current version
Last Version 3.1.4

org.pcollections:pcollections 2.2.0

A Persistent Java Collections Library

GroupId

GroupId

org.pcollections
ArtifactId

ArtifactId

pcollections
Version

Version

2.2.0
Type

Type

jar

Download pcollections 2.2.0


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