не последняя версия
Последняя версия 0.1.9

com.github.houbb:json 0.0.5

The json framework for java.

Категории

Категории

JSON Данные
Группа

Группа

com.github.houbb
Идентификатор

Идентификатор

json
Версия

Версия

0.0.5
Тип

Тип

pom

Скачать json 0.0.5

Имя Файла Размер
json-0.0.5.pom 9 KB
Обзор

<!-- https://jarcasting.com/artifacts/com.github.houbb/json/ -->
<dependency>
    <groupId>com.github.houbb</groupId>
    <artifactId>json</artifactId>
    <version>0.0.5</version>
    <type>pom</type>
</dependency>
// https://jarcasting.com/artifacts/com.github.houbb/json/
implementation 'com.github.houbb:json:0.0.5'
// https://jarcasting.com/artifacts/com.github.houbb/json/
implementation ("com.github.houbb:json:0.0.5")
'com.github.houbb:json:pom:0.0.5'
<dependency org="com.github.houbb" name="json" rev="0.0.5">
  <artifact name="json" type="pom" />
</dependency>
@Grapes(
@Grab(group='com.github.houbb', module='json', version='0.0.5')
)
libraryDependencies += "com.github.houbb" % "json" % "0.0.5"
[com.github.houbb/json "0.0.5"]