| GroupId | GroupIdio.kstore |
|---|---|
| ArtifactId | ArtifactIdkstore |
| Version | Version0.1.0 |
| Type | Typejar |
| Filename | Size |
|---|---|
| kstore-0.1.0.pom | |
| kstore-0.1.0.jar | 64 KB |
| kstore-0.1.0-sources.jar | 37 KB |
| kstore-0.1.0-javadoc.jar | 169 KB |
| Browse |
<!-- https://jarcasting.com/artifacts/io.kstore/kstore/ -->
<dependency>
<groupId>io.kstore</groupId>
<artifactId>kstore</artifactId>
<version>0.1.0</version>
</dependency>
// https://jarcasting.com/artifacts/io.kstore/kstore/
implementation 'io.kstore:kstore:0.1.0'
// https://jarcasting.com/artifacts/io.kstore/kstore/
implementation ("io.kstore:kstore:0.1.0")
'io.kstore:kstore:jar:0.1.0'
<dependency org="io.kstore" name="kstore" rev="0.1.0">
<artifact name="kstore" type="jar" />
</dependency>
@Grapes(
@Grab(group='io.kstore', module='kstore', version='0.1.0')
)
libraryDependencies += "io.kstore" % "kstore" % "0.1.0"
[io.kstore/kstore "0.1.0"]