Categories |
CategoriesJSON Data |
---|---|
GroupId | GroupIdde.chrgroth.json-store |
ArtifactId | ArtifactIdjson-store |
Version | Version0.8.0 |
Type | Typejar |
Filename | Size |
---|---|
json-store-0.8.0.pom | |
json-store-0.8.0.jar | 29 KB |
json-store-0.8.0-sources.jar | 20 KB |
json-store-0.8.0-javadoc.jar | 138 KB |
Browse |
<!-- https://jarcasting.com/artifacts/de.chrgroth.json-store/json-store/ -->
<dependency>
<groupId>de.chrgroth.json-store</groupId>
<artifactId>json-store</artifactId>
<version>0.8.0</version>
</dependency>
// https://jarcasting.com/artifacts/de.chrgroth.json-store/json-store/
implementation 'de.chrgroth.json-store:json-store:0.8.0'
// https://jarcasting.com/artifacts/de.chrgroth.json-store/json-store/
implementation ("de.chrgroth.json-store:json-store:0.8.0")
'de.chrgroth.json-store:json-store:jar:0.8.0'
<dependency org="de.chrgroth.json-store" name="json-store" rev="0.8.0">
<artifact name="json-store" type="jar" />
</dependency>
@Grapes(
@Grab(group='de.chrgroth.json-store', module='json-store', version='0.8.0')
)
libraryDependencies += "de.chrgroth.json-store" % "json-store" % "0.8.0"
[de.chrgroth.json-store/json-store "0.8.0"]