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