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