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.

Лицензия

Лицензия

Категории

Категории

JSON Данные
Группа

Группа

com.github.christiangroth
Идентификатор

Идентификатор

json-store
Последняя версия

Последняя версия

0.3.0
Дата

Дата

Тип

Тип

jar
Описание

Описание

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.
Ссылка на сайт

Ссылка на сайт

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

Скачать json-store

Как подключить последнюю версию

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

Зависимости

compile (2)

Идентификатор библиотеки Тип Версия
net.sf.flexjson : flexjson jar 3.3
org.slf4j : slf4j-api jar 1.7.12

test (3)

Идентификатор библиотеки Тип Версия
junit : junit jar 4.12
com.google.guava : guava jar 18.0
org.slf4j : slf4j-simple jar 1.7.12

Модули Проекта

Данный проект не имеет модулей.

Версии библиотеки

Версия
0.3.0
0.2.0
0.1.0