| Лицензия |
Лицензия |
|---|---|
| Категории |
КатегорииJSON Данные |
| Группа | Группаcom.github.wnameless.json |
| Идентификатор | Идентификаторjson-flattener |
| Последняя версия | Последняя версия0.13.0 |
| Дата | Дата |
| Тип | Типjar |
| Описание |
Описаниеjson-flattener
A Java utility is used to flatten nested JSON objects and even more to unflatten it back
|
| Ссылка на сайт |
Ссылка на сайт |
| Имя Файла | Размер |
|---|---|
| json-flattener-0.13.0.pom | |
| json-flattener-0.13.0.jar | 32 KB |
| json-flattener-0.13.0-sources.jar | 20 KB |
| json-flattener-0.13.0-javadoc.jar | 469 KB |
| Обзор |
<!-- https://jarcasting.com/artifacts/com.github.wnameless.json/json-flattener/ -->
<dependency>
<groupId>com.github.wnameless.json</groupId>
<artifactId>json-flattener</artifactId>
<version>0.13.0</version>
</dependency>
// https://jarcasting.com/artifacts/com.github.wnameless.json/json-flattener/
implementation 'com.github.wnameless.json:json-flattener:0.13.0'
// https://jarcasting.com/artifacts/com.github.wnameless.json/json-flattener/
implementation ("com.github.wnameless.json:json-flattener:0.13.0")
'com.github.wnameless.json:json-flattener:jar:0.13.0'
<dependency org="com.github.wnameless.json" name="json-flattener" rev="0.13.0">
<artifact name="json-flattener" type="jar" />
</dependency>
@Grapes(
@Grab(group='com.github.wnameless.json', module='json-flattener', version='0.13.0')
)
libraryDependencies += "com.github.wnameless.json" % "json-flattener" % "0.13.0"
[com.github.wnameless.json/json-flattener "0.13.0"]
| Идентификатор библиотеки | Тип | Версия |
|---|---|---|
| com.fasterxml.jackson.core : jackson-databind | jar | 2.13.0 |
| org.apache.commons : commons-text | jar | 1.9 |
| com.github.wnameless.json : json-base | jar | 2.0.0 |
| Идентификатор библиотеки | Тип | Версия |
|---|---|---|
| com.google.guava : guava | jar | 31.0.1-jre |
| org.springframework.boot : spring-boot-starter-test | jar | 2.6.0 |