is not current version
Last Version 0.0.5

com.github.houbb:json2bean 0.0.1

The http client framework for java.

Categories

Categories

JSON Data
GroupId

GroupId

com.github.houbb
ArtifactId

ArtifactId

json2bean
Version

Version

0.0.1
Type

Type

jar

Download json2bean 0.0.1


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