GroupId | GroupIdio.github.ks-shim.klay |
---|---|
ArtifactId | ArtifactIdklay |
Version | Version0.3 |
Type | Typepom |
Filename | Size |
---|---|
klay-0.3.pom | 7 KB |
Browse |
<!-- https://jarcasting.com/artifacts/io.github.ks-shim.klay/klay/ -->
<dependency>
<groupId>io.github.ks-shim.klay</groupId>
<artifactId>klay</artifactId>
<version>0.3</version>
<type>pom</type>
</dependency>
// https://jarcasting.com/artifacts/io.github.ks-shim.klay/klay/
implementation 'io.github.ks-shim.klay:klay:0.3'
// https://jarcasting.com/artifacts/io.github.ks-shim.klay/klay/
implementation ("io.github.ks-shim.klay:klay:0.3")
'io.github.ks-shim.klay:klay:pom:0.3'
<dependency org="io.github.ks-shim.klay" name="klay" rev="0.3">
<artifact name="klay" type="pom" />
</dependency>
@Grapes(
@Grab(group='io.github.ks-shim.klay', module='klay', version='0.3')
)
libraryDependencies += "io.github.ks-shim.klay" % "klay" % "0.3"
[io.github.ks-shim.klay/klay "0.3"]