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