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