is not current version
Last Version 3.1.4

org.pcollections:pcollections 3.1.1

A Persistent Java Collections Library

GroupId

GroupId

org.pcollections
ArtifactId

ArtifactId

pcollections
Version

Version

3.1.1
Type

Type

jar

Download pcollections 3.1.1


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