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