gfwJson

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.

License

License

Categories

Categories

JSON Data
GroupId

GroupId

io.github.putao520
ArtifactId

ArtifactId

gfwJson
Last Version

Last Version

1.0.3
Release Date

Release Date

Type

Type

jar
Description

Description

gfwJson
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.
Project URL

Project URL

https://github.com/putao520/gfwJson
Source Code Management

Source Code Management

https://github.com/putao520/gfwJson.git

Download gfwJson

How to add to project

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

Dependencies

test (1)

Group / Artifact Type Version
junit : junit jar 4.13.1

Project Modules

There are no modules declared in this project.

Versions

Version
1.0.3
1.0.2
1.0.1
1.00