| License |
License |
|---|---|
| Categories |
CategoriesJSON Data |
| GroupId | GroupIdcom.mikerusoft |
| ArtifactId | ArtifactIdjsonable |
| Last Version | Last Version1.2.13 |
| Release Date | Release Date |
| Type | Typejar |
| Description |
DescriptionJsonable
Small library to convert Java POJO to and from JSON
|
| Project URL |
Project URL |
| Source Code Management |
Source Code Management |
| Filename | Size |
|---|---|
| jsonable-1.2.13.pom | |
| jsonable-1.2.13.jar | 61 KB |
| jsonable-1.2.13-sources.jar | 36 KB |
| jsonable-1.2.13-javadoc.jar | 225 KB |
| Browse |
<!-- 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"]
| Group / Artifact | Type | Version |
|---|---|---|
| org.apache.commons : commons-lang3 | jar | 3.9 |
| commons-logging : commons-logging | jar | 1.2 |
| Group / Artifact | Type | Version |
|---|---|---|
| junit : junit | jar | 4.12 |
| org.hamcrest : hamcrest-core | jar | 1.3 |