json-store

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

License

License

Categories

Categories

JSON Data
GroupId

GroupId

de.chrgroth.json-store
ArtifactId

ArtifactId

json-store
Last Version

Last Version

0.8.1
Release Date

Release Date

Type

Type

jar
Description

Description

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

Project URL

https://github.com/christiangroth/json-store

Download json-store

How to add to project

<!-- https://jarcasting.com/artifacts/de.chrgroth.json-store/json-store/ -->
<dependency>
    <groupId>de.chrgroth.json-store</groupId>
    <artifactId>json-store</artifactId>
    <version>0.8.1</version>
</dependency>
// https://jarcasting.com/artifacts/de.chrgroth.json-store/json-store/
implementation 'de.chrgroth.json-store:json-store:0.8.1'
// https://jarcasting.com/artifacts/de.chrgroth.json-store/json-store/
implementation ("de.chrgroth.json-store:json-store:0.8.1")
'de.chrgroth.json-store:json-store:jar:0.8.1'
<dependency org="de.chrgroth.json-store" name="json-store" rev="0.8.1">
  <artifact name="json-store" type="jar" />
</dependency>
@Grapes(
@Grab(group='de.chrgroth.json-store', module='json-store', version='0.8.1')
)
libraryDependencies += "de.chrgroth.json-store" % "json-store" % "0.8.1"
[de.chrgroth.json-store/json-store "0.8.1"]

Dependencies

compile (4)

Group / Artifact Type Version
net.sf.flexjson : flexjson jar 3.3
org.slf4j : slf4j-api jar 1.7.21
commons-io : commons-io jar 2.5
com.google.guava : guava jar 19.0

test (2)

Group / Artifact Type Version
junit : junit jar 4.12
org.slf4j : slf4j-simple jar 1.7.21

Project Modules

There are no modules declared in this project.

Versions

Version
0.8.1
0.8.0
0.7.1
0.7.0
0.6.1
0.6.0
0.5.0
0.4.0