| Лицензия |
Лицензия |
|---|---|
| Категории |
КатегорииCLI Взаимодействие с пользователем JSON Данные |
| Группа | Группаcom.github.cliftonlabs |
| Идентификатор | Идентификаторjson-simple |
| Версия | Версия4.0.0 |
| Тип | Типjar |
| Описание |
ОписаниеJSON.simple
Java 7+ toolkit to quickly develop RFC 4627 JSON compatible applications.
|
| Ссылка на сайт |
Ссылка на сайт |
| Система контроля версий |
Система контроля версий |
| Имя Файла | Размер |
|---|---|
| json-simple-4.0.0.pom | |
| json-simple-4.0.0.jar | 33 KB |
| json-simple-4.0.0-sources.jar | 26 KB |
| json-simple-4.0.0-javadoc.jar | 71 KB |
| Обзор |
<!-- https://jarcasting.com/artifacts/com.github.cliftonlabs/json-simple/ -->
<dependency>
<groupId>com.github.cliftonlabs</groupId>
<artifactId>json-simple</artifactId>
<version>4.0.0</version>
</dependency>
// https://jarcasting.com/artifacts/com.github.cliftonlabs/json-simple/
implementation 'com.github.cliftonlabs:json-simple:4.0.0'
// https://jarcasting.com/artifacts/com.github.cliftonlabs/json-simple/
implementation ("com.github.cliftonlabs:json-simple:4.0.0")
'com.github.cliftonlabs:json-simple:jar:4.0.0'
<dependency org="com.github.cliftonlabs" name="json-simple" rev="4.0.0">
<artifact name="json-simple" type="jar" />
</dependency>
@Grapes(
@Grab(group='com.github.cliftonlabs', module='json-simple', version='4.0.0')
)
libraryDependencies += "com.github.cliftonlabs" % "json-simple" % "4.0.0"
[com.github.cliftonlabs/json-simple "4.0.0"]
| Идентификатор библиотеки | Тип | Версия |
|---|---|---|
| junit : junit | jar | 4.13.2 |