is not current version
Last Version 3.1.4

org.pcollections:pcollections 2.1.2

A Persistent Java Collections Library

GroupId

GroupId

org.pcollections
ArtifactId

ArtifactId

pcollections
Version

Version

2.1.2
Type

Type

jar

Download pcollections 2.1.2


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