Последняя версия

org.json 62

JSON is a light-weight, language independent, data interchange format. See http://www.JSON.org/ The files in this package implement JSON encoders/decoders in Java. It also includes the capability to convert between JSON and XML, HTTP headers, Cookies, and CDL. This is a reference implementation. There is a large number of JSON packages in Java. Perhaps someday the Java community will standardize on one. Until then, choose carefully. The license includes this restriction: "The software shall be used for good, not evil." If your conscience cannot live with that, then choose a different package.

Лицензия

Лицензия

Категории

Категории

GUI Взаимодействие с пользователем Guice Библиотеки уровня приложения Dependency Injection JSON Данные
Группа

Группа

com.guicedee.services
Идентификатор

Идентификатор

json
Версия

Версия

62
Тип

Тип

jar
Описание

Описание

org.json
JSON is a light-weight, language independent, data interchange format. See http://www.JSON.org/ The files in this package implement JSON encoders/decoders in Java. It also includes the capability to convert between JSON and XML, HTTP headers, Cookies, and CDL. This is a reference implementation. There is a large number of JSON packages in Java. Perhaps someday the Java community will standardize on one. Until then, choose carefully. The license includes this restriction: "The software shall be used for good, not evil." If your conscience cannot live with that, then choose a different package.
Ссылка на сайт

Ссылка на сайт

https://github.com/douglascrockford/JSON-java
Организация-разработчик

Организация-разработчик

Marc Magon
Система контроля версий

Система контроля версий

https://github.com/douglascrockford/JSON-java.git

Скачать json 62

Имя Файла Размер
json-62.pom
json-62.jar 62 KB
json-62-sources.jar 74 KB
json-62-javadoc.jar 536 KB
Обзор

<!-- https://jarcasting.com/artifacts/com.guicedee.services/json/ -->
<dependency>
    <groupId>com.guicedee.services</groupId>
    <artifactId>json</artifactId>
    <version>62</version>
</dependency>
// https://jarcasting.com/artifacts/com.guicedee.services/json/
implementation 'com.guicedee.services:json:62'
// https://jarcasting.com/artifacts/com.guicedee.services/json/
implementation ("com.guicedee.services:json:62")
'com.guicedee.services:json:jar:62'
<dependency org="com.guicedee.services" name="json" rev="62">
  <artifact name="json" type="jar" />
</dependency>
@Grapes(
@Grab(group='com.guicedee.services', module='json', version='62')
)
libraryDependencies += "com.guicedee.services" % "json" % "62"
[com.guicedee.services/json "62"]

Зависимости

provided (2)

Идентификатор библиотеки Тип Версия
org.projectlombok : lombok jar 1.18.8
org.mapstruct : mapstruct-processor jar 1.3.0.Final

test (5)

Идентификатор библиотеки Тип Версия
org.junit.jupiter : junit-jupiter-api jar 5.6.0-M1
org.hamcrest : hamcrest-all jar 1.3
org.assertj : assertj-core jar 3.12.2
org.mockito : mockito-core jar 3.0.0
com.h2database : h2 jar 1.4.199

Модули Проекта

Данный проект не имеет модулей.