MVN

com.mikerusoft : jsonable

Maven & Gradle

Apr 29, 2021
0 stars

Jsonable · Small library to convert Java POJO to and from JSON

<dependency>
    <groupId>com.mikerusoft</groupId>
    <artifactId>jsonable</artifactId>
    <version>1.2.13</version>
</dependency>
Copy
pom.xml
Table Of Contents

Latest Version

Choose a version of com.mikerusoft : jsonable to add to Maven or Gradle - Latest Versions:

  • Latest Stable: 1.2.13

All Versions

Choose a version of com.mikerusoft : jsonable to add to Maven or Gradle - All Versions:

Version Vulnerabilities Updated
1.2.x
jsonable-1.2.13
jsonable-1.2.11
jsonable-1.2.10
jsonable-1.2.8
jsonable-1.2.7
jsonable-1.2.6
jsonable-1.2.5
jsonable-1.2.4
jsonable-1.2.2
jsonable-1.2.1
jsonable-1.2.0
1.1.x
jsonable-1.1.9
jsonable-1.1.4
jsonable-1.1.3
jsonable-1.1.2
jsonable-1.1.1
jsonable-1.1.0
1.0.x
jsonable-1.0.5
jsonable-1.0.4

How to add a dependency to Maven

Add the following com.mikerusoft : jsonable maven dependency to the pom.xml file with your favorite IDE (IntelliJ / Eclipse / Netbeans):

<dependency>
    <groupId>com.mikerusoft</groupId>
    <artifactId>jsonable</artifactId>
    <version>1.2.13</version>
</dependency>

How to add a dependency to Gradle

Gradle Groovy DSL: Add the following com.mikerusoft : jsonable gradle dependency to your build.gradle file:

implementation 'com.mikerusoft:jsonable:1.2.13'

Gradle Kotlin DSL: Add the following com.mikerusoft : jsonable gradle kotlin dependency to your build.gradle.kts file:

implementation("com.mikerusoft:jsonable:1.2.13")

How to add a dependency to SBT Scala

SBT Scala: Add the following com.mikerusoft : jsonable sbt scala dependency to your build.sbt file:

libraryDependencies += "com.mikerusoft" % "jsonable" % "1.2.13"

Advertisement