GroupId | GroupIdio.github.ks-shim.klay |
---|---|
ArtifactId | ArtifactIdklay-core |
Version | Version0.2 |
Type | Typejar |
Filename | Size |
---|---|
klay-core-0.2.pom | |
klay-core-0.2.jar | 28 KB |
klay-core-0.2-sources.jar | 17 KB |
klay-core-0.2-javadoc.jar | 157 KB |
Browse |
<!-- https://jarcasting.com/artifacts/io.github.ks-shim.klay/klay-core/ -->
<dependency>
<groupId>io.github.ks-shim.klay</groupId>
<artifactId>klay-core</artifactId>
<version>0.2</version>
</dependency>
// https://jarcasting.com/artifacts/io.github.ks-shim.klay/klay-core/
implementation 'io.github.ks-shim.klay:klay-core:0.2'
// https://jarcasting.com/artifacts/io.github.ks-shim.klay/klay-core/
implementation ("io.github.ks-shim.klay:klay-core:0.2")
'io.github.ks-shim.klay:klay-core:jar:0.2'
<dependency org="io.github.ks-shim.klay" name="klay-core" rev="0.2">
<artifact name="klay-core" type="jar" />
</dependency>
@Grapes(
@Grab(group='io.github.ks-shim.klay', module='klay-core', version='0.2')
)
libraryDependencies += "io.github.ks-shim.klay" % "klay-core" % "0.2"
[io.github.ks-shim.klay/klay-core "0.2"]