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

com.github.christiangroth
ArtifactId

ArtifactId

json-store
Last Version

Last Version

0.3.0
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/com.github.christiangroth/json-store/ -->
<dependency>
    <groupId>com.github.christiangroth</groupId>
    <artifactId>json-store</artifactId>
    <version>0.3.0</version>
</dependency>
// https://jarcasting.com/artifacts/com.github.christiangroth/json-store/
implementation 'com.github.christiangroth:json-store:0.3.0'
// https://jarcasting.com/artifacts/com.github.christiangroth/json-store/
implementation ("com.github.christiangroth:json-store:0.3.0")
'com.github.christiangroth:json-store:jar:0.3.0'
<dependency org="com.github.christiangroth" name="json-store" rev="0.3.0">
  <artifact name="json-store" type="jar" />
</dependency>
@Grapes(
@Grab(group='com.github.christiangroth', module='json-store', version='0.3.0')
)
libraryDependencies += "com.github.christiangroth" % "json-store" % "0.3.0"
[com.github.christiangroth/json-store "0.3.0"]

Dependencies

compile (2)

Group / Artifact Type Version
net.sf.flexjson : flexjson jar 3.3
org.slf4j : slf4j-api jar 1.7.12

test (3)

Group / Artifact Type Version
junit : junit jar 4.12
com.google.guava : guava jar 18.0
org.slf4j : slf4j-simple jar 1.7.12

Project Modules

There are no modules declared in this project.

Versions

Version
0.3.0
0.2.0
0.1.0