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

com.github.houbb:json 0.1.2

The json framework for java.

Категории

Категории

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

Группа

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

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

json
Версия

Версия

0.1.2
Тип

Тип

jar

Скачать json 0.1.2


<!-- 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"]