| Лицензия |
Лицензия |
|---|---|
| Категории |
КатегорииJSON Данные |
| Группа | Группаde.chrgroth.json-store |
| Идентификатор | Идентификаторjson-store |
| Последняя версия | Последняя версия0.8.1 |
| Дата | Дата |
| Тип | Тип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.8.1.pom | |
| json-store-0.8.1.jar | 24 KB |
| json-store-0.8.1-sources.jar | 15 KB |
| json-store-0.8.1-javadoc.jar | 121 KB |
| Обзор |
<!-- 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"]
| Идентификатор библиотеки | Тип | Версия |
|---|---|---|
| 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 |
| Идентификатор библиотеки | Тип | Версия |
|---|---|---|
| junit : junit | jar | 4.12 |
| org.slf4j : slf4j-simple | jar | 1.7.21 |