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