MVN

com.github.christiangroth : json-store

Maven & Gradle

Apr 12, 2015
0 stars

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.

<dependency>
    <groupId>com.github.christiangroth</groupId>
    <artifactId>json-store</artifactId>
    <version>0.3.0</version>
</dependency>
Copy
pom.xml
Table Of Contents

Latest Version

Choose a version of com.github.christiangroth : json-store to add to Maven or Gradle - Latest Versions:

  • Latest Stable: 0.3.0

All Versions

Choose a version of com.github.christiangroth : json-store to add to Maven or Gradle - All Versions:

Version Vulnerabilities Updated
0.3.x
json-store-0.3.0
0.2.x
json-store-0.2.0
0.1.x
json-store-0.1.0

How to add a dependency to Maven

Add the following com.github.christiangroth : json-store maven dependency to the pom.xml file with your favorite IDE (IntelliJ / Eclipse / Netbeans):

<dependency>
    <groupId>com.github.christiangroth</groupId>
    <artifactId>json-store</artifactId>
    <version>0.3.0</version>
</dependency>

How to add a dependency to Gradle

Gradle Groovy DSL: Add the following com.github.christiangroth : json-store gradle dependency to your build.gradle file:

implementation 'com.github.christiangroth:json-store:0.3.0'

Gradle Kotlin DSL: Add the following com.github.christiangroth : json-store gradle kotlin dependency to your build.gradle.kts file:

implementation("com.github.christiangroth:json-store:0.3.0")

How to add a dependency to SBT Scala

SBT Scala: Add the following com.github.christiangroth : json-store sbt scala dependency to your build.sbt file:

libraryDependencies += "com.github.christiangroth" % "json-store" % "0.3.0"