| Лицензия |
Лицензия |
|---|---|
| Категории |
КатегорииJSON Данные |
| Группа | Группаcom.github.wnameless |
| Идентификатор | Идентификаторjson-flattener |
| Последняя версия | Последняя версия0.7.1 |
| Дата | Дата |
| Тип | Типjar |
| Описание |
Описаниеjson-flattener
A Java utility used to flatten nested JSON objects and even more to unflatten it back
|
| Ссылка на сайт |
Ссылка на сайт |
| Имя Файла | Размер |
|---|---|
| json-flattener-0.7.1.pom | |
| json-flattener-0.7.1.jar | 27 KB |
| json-flattener-0.7.1-sources.jar | 18 KB |
| json-flattener-0.7.1-javadoc.jar | 89 KB |
| Обзор |
<!-- https://jarcasting.com/artifacts/com.github.wnameless/json-flattener/ -->
<dependency>
<groupId>com.github.wnameless</groupId>
<artifactId>json-flattener</artifactId>
<version>0.7.1</version>
</dependency>
// https://jarcasting.com/artifacts/com.github.wnameless/json-flattener/
implementation 'com.github.wnameless:json-flattener:0.7.1'
// https://jarcasting.com/artifacts/com.github.wnameless/json-flattener/
implementation ("com.github.wnameless:json-flattener:0.7.1")
'com.github.wnameless:json-flattener:jar:0.7.1'
<dependency org="com.github.wnameless" name="json-flattener" rev="0.7.1">
<artifact name="json-flattener" type="jar" />
</dependency>
@Grapes(
@Grab(group='com.github.wnameless', module='json-flattener', version='0.7.1')
)
libraryDependencies += "com.github.wnameless" % "json-flattener" % "0.7.1"
[com.github.wnameless/json-flattener "0.7.1"]
| Идентификатор библиотеки | Тип | Версия |
|---|---|---|
| com.eclipsesource.minimal-json : minimal-json | jar | 0.9.5 |
| org.apache.commons : commons-text | jar | 1.8 |
| com.github.wnameless.json : json-base | jar | 1.0.0 |
| Идентификатор библиотеки | Тип | Версия |
|---|---|---|
| com.google.guava : guava | jar | 28.0-jre |
| junit : junit | jar | 4.12 |