p

pcollections

A Persistent Java Collections Library
https://pcollections.org
The MIT License
Harold Cooper
文件下载
文件名 操作
pcollections-3.0.5.jar 下载
pcollections-3.0.5.pom 下载
pcollections-3.0.5-sources.jar 下载
Apache Maven
<dependency>
  <groupId>org.pcollections</groupId>
  <artifactId>pcollections</artifactId>
  <version>3.0.5</version>
</dependency>
Gradle Groovy
implementation 'org.pcollections:pcollections:3.0.5'
Gradle Kotlin
implementation("org.pcollections:pcollections:3.0.5")
Scala SBT
libraryDependencies += "org.pcollections" % "pcollections" % "3.0.5"
Groovy Grape
@Grapes(
  @Grab(group='org.pcollections', module='pcollections', version='3.0.5')
)
Apache Ivy
<dependency org="org.pcollections" name="pcollections" rev="3.0.5" />
Leiningen
[org.pcollections/pcollections "3.0.5"]
Apache Buildr
'org.pcollections:pcollections:jar:3.0.5'