| Категории |
КатегорииCLI Взаимодействие с пользователем JSON Данные |
|---|---|
| Группа | Группаcom.github.cliftonlabs |
| Идентификатор | Идентификаторjson-simple |
| Версия | Версия3.0.0 |
| Тип | Типjar |
| Имя Файла | Размер |
|---|---|
| json-simple-3.0.0.pom | |
| json-simple-3.0.0.jar | 34 KB |
| json-simple-3.0.0-sources.jar | 23 KB |
| json-simple-3.0.0-javadoc.jar | 69 KB |
| Обзор |
<!-- https://jarcasting.com/artifacts/com.github.cliftonlabs/json-simple/ -->
<dependency>
<groupId>com.github.cliftonlabs</groupId>
<artifactId>json-simple</artifactId>
<version>3.0.0</version>
</dependency>
// https://jarcasting.com/artifacts/com.github.cliftonlabs/json-simple/
implementation 'com.github.cliftonlabs:json-simple:3.0.0'
// https://jarcasting.com/artifacts/com.github.cliftonlabs/json-simple/
implementation ("com.github.cliftonlabs:json-simple:3.0.0")
'com.github.cliftonlabs:json-simple:jar:3.0.0'
<dependency org="com.github.cliftonlabs" name="json-simple" rev="3.0.0">
<artifact name="json-simple" type="jar" />
</dependency>
@Grapes(
@Grab(group='com.github.cliftonlabs', module='json-simple', version='3.0.0')
)
libraryDependencies += "com.github.cliftonlabs" % "json-simple" % "3.0.0"
[com.github.cliftonlabs/json-simple "3.0.0"]