| Лицензия |
Лицензия |
|---|---|
| Категории |
Категории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.
|
| Ссылка на сайт |
Ссылка на сайт |
| Имя Файла | Размер |
|---|---|
| json-store-0.3.0.pom | |
| json-store-0.3.0.jar | 9 KB |
| json-store-0.3.0-sources.jar | 5 KB |
| json-store-0.3.0-javadoc.jar | 32 KB |
| Обзор |
<!-- 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"]
| Идентификатор библиотеки | Тип | Версия |
|---|---|---|
| net.sf.flexjson : flexjson | jar | 3.3 |
| org.slf4j : slf4j-api | jar | 1.7.12 |
| Идентификатор библиотеки | Тип | Версия |
|---|---|---|
| junit : junit | jar | 4.12 |
| com.google.guava : guava | jar | 18.0 |
| org.slf4j : slf4j-simple | jar | 1.7.12 |