Categories |
CategoriesJSON Data |
---|---|
GroupId | GroupIdcom.github.christiangroth |
ArtifactId | ArtifactIdjson-store |
Version | Version0.2.0 |
Type | Typejar |
Filename | Size |
---|---|
json-store-0.2.0.pom | |
json-store-0.2.0.jar | 9 KB |
json-store-0.2.0-sources.jar | 5 KB |
json-store-0.2.0-javadoc.jar | 33 KB |
Browse |
<!-- https://jarcasting.com/artifacts/com.github.christiangroth/json-store/ -->
<dependency>
<groupId>com.github.christiangroth</groupId>
<artifactId>json-store</artifactId>
<version>0.2.0</version>
</dependency>
// https://jarcasting.com/artifacts/com.github.christiangroth/json-store/
implementation 'com.github.christiangroth:json-store:0.2.0'
// https://jarcasting.com/artifacts/com.github.christiangroth/json-store/
implementation ("com.github.christiangroth:json-store:0.2.0")
'com.github.christiangroth:json-store:jar:0.2.0'
<dependency org="com.github.christiangroth" name="json-store" rev="0.2.0">
<artifact name="json-store" type="jar" />
</dependency>
@Grapes(
@Grab(group='com.github.christiangroth', module='json-store', version='0.2.0')
)
libraryDependencies += "com.github.christiangroth" % "json-store" % "0.2.0"
[com.github.christiangroth/json-store "0.2.0"]