is not current version
Last Version 3.1.4

org.pcollections:pcollections 3.0.3

A Persistent Java Collections Library

GroupId

GroupId

org.pcollections
ArtifactId

ArtifactId

pcollections
Version

Version

3.0.3
Type

Type

jar

Download pcollections 3.0.3


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