GroupId | GroupIdio.github.yogonza524 |
---|---|
ArtifactId | ArtifactIdkim |
Version | Version0.0.1 |
Type | Typejar |
Filename | Size |
---|---|
kim-0.0.1.pom | |
kim-0.0.1.jar | 46 KB |
kim-0.0.1-tests.jar | 6 KB |
kim-0.0.1-sources.jar | 11 KB |
kim-0.0.1-javadoc.jar | 451 KB |
Browse |
<!-- https://jarcasting.com/artifacts/io.github.yogonza524/kim/ -->
<dependency>
<groupId>io.github.yogonza524</groupId>
<artifactId>kim</artifactId>
<version>0.0.1</version>
</dependency>
// https://jarcasting.com/artifacts/io.github.yogonza524/kim/
implementation 'io.github.yogonza524:kim:0.0.1'
// https://jarcasting.com/artifacts/io.github.yogonza524/kim/
implementation ("io.github.yogonza524:kim:0.0.1")
'io.github.yogonza524:kim:jar:0.0.1'
<dependency org="io.github.yogonza524" name="kim" rev="0.0.1">
<artifact name="kim" type="jar" />
</dependency>
@Grapes(
@Grab(group='io.github.yogonza524', module='kim', version='0.0.1')
)
libraryDependencies += "io.github.yogonza524" % "kim" % "0.0.1"
[io.github.yogonza524/kim "0.0.1"]