License |
License |
---|---|
Categories |
CategoriesNet |
GroupId | GroupIdnet.pincette |
ArtifactId | ArtifactIdpcollections |
Last Version | Last Version3.1.4 |
Release Date | Release Date |
Type | Typejar |
Description |
DescriptionPCollections
A Persistent Java Collections Library
|
Project URL |
Project URL |
Source Code Management |
Source Code Management |
Filename | Size |
---|---|
pcollections-3.1.4.pom | |
pcollections-3.1.4.jar | 41 KB |
pcollections-3.1.4-sources.jar | 30 KB |
pcollections-3.1.4-javadoc.jar | 530 KB |
Browse |
<!-- https://jarcasting.com/artifacts/net.pincette/pcollections/ -->
<dependency>
<groupId>net.pincette</groupId>
<artifactId>pcollections</artifactId>
<version>3.1.4</version>
</dependency>
// https://jarcasting.com/artifacts/net.pincette/pcollections/
implementation 'net.pincette:pcollections:3.1.4'
// https://jarcasting.com/artifacts/net.pincette/pcollections/
implementation ("net.pincette:pcollections:3.1.4")
'net.pincette:pcollections:jar:3.1.4'
<dependency org="net.pincette" name="pcollections" rev="3.1.4">
<artifact name="pcollections" type="jar" />
</dependency>
@Grapes(
@Grab(group='net.pincette', module='pcollections', version='3.1.4')
)
libraryDependencies += "net.pincette" % "pcollections" % "3.1.4"
[net.pincette/pcollections "3.1.4"]
Group / Artifact | Type | Version |
---|---|---|
org.junit.jupiter : junit-jupiter-api | jar | 5.1.0 |
org.junit.jupiter : junit-jupiter-engine | jar | 5.1.0 |
org.junit.vintage : junit-vintage-engine | jar | 5.1.0 |
org.assertj : assertj-core | jar | 3.9.1 |