GroupId | GroupIdcom.github.marks-yag |
---|---|
ArtifactId | ArtifactIdpunner |
Version | Version0.9.14 |
Type | Typepom |
Filename | Size |
---|---|
punner-0.9.14.pom | 6 KB |
Browse |
<!-- https://jarcasting.com/artifacts/com.github.marks-yag/punner/ -->
<dependency>
<groupId>com.github.marks-yag</groupId>
<artifactId>punner</artifactId>
<version>0.9.14</version>
<type>pom</type>
</dependency>
// https://jarcasting.com/artifacts/com.github.marks-yag/punner/
implementation 'com.github.marks-yag:punner:0.9.14'
// https://jarcasting.com/artifacts/com.github.marks-yag/punner/
implementation ("com.github.marks-yag:punner:0.9.14")
'com.github.marks-yag:punner:pom:0.9.14'
<dependency org="com.github.marks-yag" name="punner" rev="0.9.14">
<artifact name="punner" type="pom" />
</dependency>
@Grapes(
@Grab(group='com.github.marks-yag', module='punner', version='0.9.14')
)
libraryDependencies += "com.github.marks-yag" % "punner" % "0.9.14"
[com.github.marks-yag/punner "0.9.14"]