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