<dependency> <groupId>org.pcollections</groupId> <artifactId>pcollections</artifactId> <version>3.0.1</version> </dependency>
implementation 'org.pcollections:pcollections:3.0.1'
implementation("org.pcollections:pcollections:3.0.1")
libraryDependencies += "org.pcollections" % "pcollections" % "3.0.1"
@Grapes( @Grab(group='org.pcollections', module='pcollections', version='3.0.1') )
<dependency org="org.pcollections" name="pcollections" rev="3.0.1" />
[org.pcollections/pcollections "3.0.1"]
'org.pcollections:pcollections:jar:3.0.1'
test
|-- junit:junit:3.8.1