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