| Лицензия |
Лицензия |
|---|---|
| Категории |
КатегорииJSON Данные |
| Группа | Группаcom.unboundid.components |
| Идентификатор | Идентификаторjson |
| Последняя версия | Последняя версия1.0.0 |
| Дата | Дата |
| Тип | Типjar |
| Описание |
ОписаниеJSON in Java
JSON is a light-weight, language independent, data interchange format.
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 distribution is based off commit number
3e3951f1259 from https://github.com/douglascrockford/JSON-java.
|
| Имя Файла | Размер |
|---|---|
| json-1.0.0.pom | |
| json-1.0.0.jar | 39 KB |
| json-1.0.0-sources.jar | 46 KB |
| json-1.0.0-javadoc.jar | 111 KB |
| Обзор |
<!-- https://jarcasting.com/artifacts/com.unboundid.components/json/ -->
<dependency>
<groupId>com.unboundid.components</groupId>
<artifactId>json</artifactId>
<version>1.0.0</version>
</dependency>
// https://jarcasting.com/artifacts/com.unboundid.components/json/
implementation 'com.unboundid.components:json:1.0.0'
// https://jarcasting.com/artifacts/com.unboundid.components/json/
implementation ("com.unboundid.components:json:1.0.0")
'com.unboundid.components:json:jar:1.0.0'
<dependency org="com.unboundid.components" name="json" rev="1.0.0">
<artifact name="json" type="jar" />
</dependency>
@Grapes(
@Grab(group='com.unboundid.components', module='json', version='1.0.0')
)
libraryDependencies += "com.unboundid.components" % "json" % "1.0.0"
[com.unboundid.components/json "1.0.0"]
| Идентификатор библиотеки | Тип | Версия |
|---|---|---|
| junit : junit | jar | 3.8.1 |