| Лицензия |
Лицензия |
|---|---|
| Категории |
КатегорииJSON Данные |
| Группа | Группаcom.github.tsohr |
| Идентификатор | Идентификаторjson |
| Последняя версия | Последняя версия0.0.2 |
| Дата | Дата |
| Тип | Типjar |
| Описание |
Описаниеjson-ordered
Ordered version of JSONObject
|
| Ссылка на сайт |
Ссылка на сайт |
| Система контроля версий |
Система контроля версий |
| Имя Файла | Размер |
|---|---|
| json-0.0.2.pom | |
| json-0.0.2.jar | 52 KB |
| json-0.0.2-sources.jar | 57 KB |
| json-0.0.2-javadoc.jar | 148 KB |
| Обзор |
<!-- https://jarcasting.com/artifacts/com.github.tsohr/json/ -->
<dependency>
<groupId>com.github.tsohr</groupId>
<artifactId>json</artifactId>
<version>0.0.2</version>
</dependency>
// https://jarcasting.com/artifacts/com.github.tsohr/json/
implementation 'com.github.tsohr:json:0.0.2'
// https://jarcasting.com/artifacts/com.github.tsohr/json/
implementation ("com.github.tsohr:json:0.0.2")
'com.github.tsohr:json:jar:0.0.2'
<dependency org="com.github.tsohr" name="json" rev="0.0.2">
<artifact name="json" type="jar" />
</dependency>
@Grapes(
@Grab(group='com.github.tsohr', module='json', version='0.0.2')
)
libraryDependencies += "com.github.tsohr" % "json" % "0.0.2"
[com.github.tsohr/json "0.0.2"]
| Идентификатор библиотеки | Тип | Версия |
|---|---|---|
| junit : junit | jar | 4.13.1 |
| com.jayway.jsonpath : json-path | jar | 2.1.0 |
| org.mockito : mockito-core | jar | 1.9.5 |