JSON-java-core
Maven setup for JSON-java
| Лицензия |
Лицензия |
|---|---|
| Категории |
КатегорииJSON Данные |
| Группа | Группаcom.github.iarellano |
| Идентификатор | Идентификаторjson |
| Последняя версия | Последняя версия20190129 |
| Дата | Дата |
| Тип | Типjar |
| Описание |
ОписаниеJSON-java
This project is a maven setup for the forked library JSON-java.
Original source is hosted at https://github.com/stleary/JSON-java
Fork is hosted at https://github.com/iarellano/JSON-java
The purpose of this project is to deploy the forked library to nexus repository.
|
| Ссылка на сайт |
Ссылка на сайт |
| Система контроля версий |
Система контроля версий |
| Имя Файла | Размер |
|---|---|
| json-20190129.pom | |
| json-20190129.jar | 63 KB |
| json-20190129-sources.jar | 78 KB |
| json-20190129-javadoc.jar | 169 KB |
| Обзор |
<!-- https://jarcasting.com/artifacts/com.github.iarellano/json/ -->
<dependency>
<groupId>com.github.iarellano</groupId>
<artifactId>json</artifactId>
<version>20190129</version>
</dependency>
// https://jarcasting.com/artifacts/com.github.iarellano/json/
implementation 'com.github.iarellano:json:20190129'
// https://jarcasting.com/artifacts/com.github.iarellano/json/
implementation ("com.github.iarellano:json:20190129")
'com.github.iarellano:json:jar:20190129'
<dependency org="com.github.iarellano" name="json" rev="20190129">
<artifact name="json" type="jar" />
</dependency>
@Grapes(
@Grab(group='com.github.iarellano', module='json', version='20190129')
)
libraryDependencies += "com.github.iarellano" % "json" % "20190129"
[com.github.iarellano/json "20190129"]
| Идентификатор библиотеки | Тип | Версия |
|---|---|---|
| junit : junit | jar | 4.12 |
| com.jayway.jsonpath : json-path | jar | 2.1.0 |
| org.mockito : mockito-all | jar | 1.9.5 |
Maven setup for JSON-java