Jsonable

Small library to convert Java POJO to and from JSON

License

License

Categories

Categories

JSON Data
GroupId

GroupId

com.mikerusoft
ArtifactId

ArtifactId

jsonable
Last Version

Last Version

1.2.13
Release Date

Release Date

Type

Type

jar
Description

Description

Jsonable
Small library to convert Java POJO to and from JSON
Project URL

Project URL

https://github.com/grinfeld/jsonable
Source Code Management

Source Code Management

https://github.com/grinfeld/jsonable

Download jsonable

How to add to project

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

Dependencies

compile (2)

Group / Artifact Type Version
org.apache.commons : commons-lang3 jar 3.9
commons-logging : commons-logging jar 1.2

test (2)

Group / Artifact Type Version
junit : junit jar 4.12
org.hamcrest : hamcrest-core jar 1.3

Project Modules

There are no modules declared in this project.

Versions

Version
1.2.13
1.2.11
1.2.10
1.2.8
1.2.7
1.2.6
1.2.5
1.2.4
1.2.2
1.2.1
1.2.0
1.1.9
1.1.4
1.1.3
1.1.2
1.1.1
1.1.0
1.0.5
1.0.4