GroupId | GroupIdio.honnix |
---|---|
ArtifactId | ArtifactIdrkt-launcher |
Version | Version0.0.6 |
Type | Typepom |
Filename | Size |
---|---|
rkt-launcher-0.0.6.pom | 11 KB |
Browse |
<!-- https://jarcasting.com/artifacts/io.honnix/rkt-launcher/ -->
<dependency>
<groupId>io.honnix</groupId>
<artifactId>rkt-launcher</artifactId>
<version>0.0.6</version>
<type>pom</type>
</dependency>
// https://jarcasting.com/artifacts/io.honnix/rkt-launcher/
implementation 'io.honnix:rkt-launcher:0.0.6'
// https://jarcasting.com/artifacts/io.honnix/rkt-launcher/
implementation ("io.honnix:rkt-launcher:0.0.6")
'io.honnix:rkt-launcher:pom:0.0.6'
<dependency org="io.honnix" name="rkt-launcher" rev="0.0.6">
<artifact name="rkt-launcher" type="pom" />
</dependency>
@Grapes(
@Grab(group='io.honnix', module='rkt-launcher', version='0.0.6')
)
libraryDependencies += "io.honnix" % "rkt-launcher" % "0.0.6"
[io.honnix/rkt-launcher "0.0.6"]