Files download
File Operation
pcollections-4.0.2.jar download
pcollections-4.0.2.pom download
pcollections-4.0.2-sources.jar download
Apache Maven
<dependency>
  <groupId>org.pcollections</groupId>
  <artifactId>pcollections</artifactId>
  <version>4.0.2</version>
</dependency>
Gradle Groovy
implementation 'org.pcollections:pcollections:4.0.2'
Gradle Kotlin
implementation("org.pcollections:pcollections:4.0.2")
Scala SBT
libraryDependencies += "org.pcollections" % "pcollections" % "4.0.2"
Groovy Grape
@Grapes(
  @Grab(group='org.pcollections', module='pcollections', version='4.0.2')
)
Apache Ivy
<dependency org="org.pcollections" name="pcollections" rev="4.0.2" />
Leiningen
[org.pcollections/pcollections "4.0.2"]
Apache Buildr
'org.pcollections:pcollections:jar:4.0.2'
Dependencies
The project has no third-party dependencies