<dependency> <groupId>org.pcollections</groupId> <artifactId>pcollections</artifactId> <version>3.0.2</version> </dependency>
implementation 'org.pcollections:pcollections:3.0.2'
implementation("org.pcollections:pcollections:3.0.2")
libraryDependencies += "org.pcollections" % "pcollections" % "3.0.2"
@Grapes( @Grab(group='org.pcollections', module='pcollections', version='3.0.2') )
<dependency org="org.pcollections" name="pcollections" rev="3.0.2" />
[org.pcollections/pcollections "3.0.2"]
'org.pcollections:pcollections:jar:3.0.2'
test
|-- org.junit.jupiter:junit-jupiter-api:5.1.0
|-- org.junit.jupiter:junit-jupiter-engine:5.1.0
|-- org.junit.vintage:junit-vintage-engine:5.1.0
|-- org.assertj:assertj-core:3.9.1