is not current version
Last Version 0.3.0

com.github.christiangroth:json-store 0.1.0

JSON-Store enabled persistence using JSON (de)serialization stored in files. Access is provided through simple API based on java collections stream API.

Categories

Categories

JSON Data
GroupId

GroupId

com.github.christiangroth
ArtifactId

ArtifactId

json-store
Version

Version

0.1.0
Type

Type

jar

Download json-store 0.1.0


<!-- 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"]