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