GroupId | GroupIdio.github.shiruka |
---|---|
ArtifactId | ArtifactIdpom |
Version | Version1.0 |
Type | Typejar |
Filename | Size |
---|---|
pom-1.0.pom | 4 KB |
pom-1.0-javadoc.jar | 245 KB |
Browse |
<!-- https://jarcasting.com/artifacts/io.github.shiruka/pom/ -->
<dependency>
<groupId>io.github.shiruka</groupId>
<artifactId>pom</artifactId>
<version>1.0</version>
</dependency>
// https://jarcasting.com/artifacts/io.github.shiruka/pom/
implementation 'io.github.shiruka:pom:1.0'
// https://jarcasting.com/artifacts/io.github.shiruka/pom/
implementation ("io.github.shiruka:pom:1.0")
'io.github.shiruka:pom:jar:1.0'
<dependency org="io.github.shiruka" name="pom" rev="1.0">
<artifact name="pom" type="jar" />
</dependency>
@Grapes(
@Grab(group='io.github.shiruka', module='pom', version='1.0')
)
libraryDependencies += "io.github.shiruka" % "pom" % "1.0"
[io.github.shiruka/pom "1.0"]