Categories |
CategoriesJSON Data |
---|---|
GroupId | GroupIdde.chrgroth.json-store |
ArtifactId | ArtifactIdjson-store |
Version | Version0.6.1 |
Type | Typejar |
Filename | Size |
---|---|
json-store-0.6.1.pom | |
json-store-0.6.1.jar | 24 KB |
json-store-0.6.1-sources.jar | 15 KB |
json-store-0.6.1-javadoc.jar | 121 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.6.1</version>
</dependency>
// https://jarcasting.com/artifacts/de.chrgroth.json-store/json-store/
implementation 'de.chrgroth.json-store:json-store:0.6.1'
// https://jarcasting.com/artifacts/de.chrgroth.json-store/json-store/
implementation ("de.chrgroth.json-store:json-store:0.6.1")
'de.chrgroth.json-store:json-store:jar:0.6.1'
<dependency org="de.chrgroth.json-store" name="json-store" rev="0.6.1">
<artifact name="json-store" type="jar" />
</dependency>
@Grapes(
@Grab(group='de.chrgroth.json-store', module='json-store', version='0.6.1')
)
libraryDependencies += "de.chrgroth.json-store" % "json-store" % "0.6.1"
[de.chrgroth.json-store/json-store "0.6.1"]