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