GroupId | GroupIdcom.github.thirdteeth |
---|---|
ArtifactId | ArtifactIdpcollections |
Version | Version0.1.3 |
Type | Typepom |
Filename | Size |
---|---|
pcollections-0.1.3.pom | 14 KB |
Browse |
<!-- https://jarcasting.com/artifacts/com.github.thirdteeth/pcollections/ -->
<dependency>
<groupId>com.github.thirdteeth</groupId>
<artifactId>pcollections</artifactId>
<version>0.1.3</version>
<type>pom</type>
</dependency>
// https://jarcasting.com/artifacts/com.github.thirdteeth/pcollections/
implementation 'com.github.thirdteeth:pcollections:0.1.3'
// https://jarcasting.com/artifacts/com.github.thirdteeth/pcollections/
implementation ("com.github.thirdteeth:pcollections:0.1.3")
'com.github.thirdteeth:pcollections:pom:0.1.3'
<dependency org="com.github.thirdteeth" name="pcollections" rev="0.1.3">
<artifact name="pcollections" type="pom" />
</dependency>
@Grapes(
@Grab(group='com.github.thirdteeth', module='pcollections', version='0.1.3')
)
libraryDependencies += "com.github.thirdteeth" % "pcollections" % "0.1.3"
[com.github.thirdteeth/pcollections "0.1.3"]