is not current version
Last Version 1.0.3

io.github.putao520:gfwJson 1.0.2

gfwJson is a Java library based on JSON-simple project that can be used to convert Java Objects into their JSON representation. It can also be used to convert a JSON string to an equivalent Java object.

Categories

Categories

JSON Data
GroupId

GroupId

io.github.putao520
ArtifactId

ArtifactId

gfwJson
Version

Version

1.0.2
Type

Type

jar

Download gfwJson 1.0.2


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