| GroupId | GroupIdse.gawell.ktvstore |
|---|---|
| ArtifactId | ArtifactIdkvtstore-core |
| Version | Version0.0.5 |
| Type | Typejar |
| Filename | Size |
|---|---|
| kvtstore-core-0.0.5.pom | |
| kvtstore-core-0.0.5.jar | 12 KB |
| kvtstore-core-0.0.5-sources.jar | 7 KB |
| kvtstore-core-0.0.5-javadoc.jar | 94 KB |
| Browse |
<!-- https://jarcasting.com/artifacts/se.gawell.ktvstore/kvtstore-core/ -->
<dependency>
<groupId>se.gawell.ktvstore</groupId>
<artifactId>kvtstore-core</artifactId>
<version>0.0.5</version>
</dependency>
// https://jarcasting.com/artifacts/se.gawell.ktvstore/kvtstore-core/
implementation 'se.gawell.ktvstore:kvtstore-core:0.0.5'
// https://jarcasting.com/artifacts/se.gawell.ktvstore/kvtstore-core/
implementation ("se.gawell.ktvstore:kvtstore-core:0.0.5")
'se.gawell.ktvstore:kvtstore-core:jar:0.0.5'
<dependency org="se.gawell.ktvstore" name="kvtstore-core" rev="0.0.5">
<artifact name="kvtstore-core" type="jar" />
</dependency>
@Grapes(
@Grab(group='se.gawell.ktvstore', module='kvtstore-core', version='0.0.5')
)
libraryDependencies += "se.gawell.ktvstore" % "kvtstore-core" % "0.0.5"
[se.gawell.ktvstore/kvtstore-core "0.0.5"]