is not current version
Last Version 1.2.13

com.mikerusoft:jsonable 1.1.3

Small library to convert Java POJO to and from JSON

Categories

Categories

JSON Data
GroupId

GroupId

com.mikerusoft
ArtifactId

ArtifactId

jsonable
Version

Version

1.1.3
Type

Type

jar

Download jsonable 1.1.3


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