| Лицензия |
Лицензия |
|---|---|
| Категории |
КатегорииJSON Данные |
| Группа | Группаcom.thetransactioncompany |
| Идентификатор | Идентификаторpretty-json |
| Последняя версия | Последняя версия1.4.3 |
| Дата | Дата |
| Тип | Типjar |
| Описание |
ОписаниеPretty JSON Formatter
Pretty JSON formatter supporting standard and compact
styling. It can be integrated into a Java application or run as
a simple utility from the command line that reads the JSON
input from a file or STDIN and outputs the formatted JSON to
another file or to STDOUT.
|
| Ссылка на сайт |
Ссылка на сайт |
| Организация-разработчик |
Организация-разработчик |
| Система контроля версий |
Система контроля версий |
| Имя Файла | Размер |
|---|---|
| pretty-json-1.4.3.pom | |
| pretty-json-1.4.3.jar | 9 KB |
| pretty-json-1.4.3-sources.jar | 5 KB |
| pretty-json-1.4.3-javadoc.jar | 49 KB |
| Обзор |
<!-- https://jarcasting.com/artifacts/com.thetransactioncompany/pretty-json/ -->
<dependency>
<groupId>com.thetransactioncompany</groupId>
<artifactId>pretty-json</artifactId>
<version>1.4.3</version>
</dependency>
// https://jarcasting.com/artifacts/com.thetransactioncompany/pretty-json/
implementation 'com.thetransactioncompany:pretty-json:1.4.3'
// https://jarcasting.com/artifacts/com.thetransactioncompany/pretty-json/
implementation ("com.thetransactioncompany:pretty-json:1.4.3")
'com.thetransactioncompany:pretty-json:jar:1.4.3'
<dependency org="com.thetransactioncompany" name="pretty-json" rev="1.4.3">
<artifact name="pretty-json" type="jar" />
</dependency>
@Grapes(
@Grab(group='com.thetransactioncompany', module='pretty-json', version='1.4.3')
)
libraryDependencies += "com.thetransactioncompany" % "pretty-json" % "1.4.3"
[com.thetransactioncompany/pretty-json "1.4.3"]
| Идентификатор библиотеки | Тип | Версия |
|---|---|---|
| junit : junit | jar | 4.13 |