MVN

io.cloudflight.json : json-wrapper

Maven & Gradle

Nov 07, 2022
0 stars

json-wrapper · Kotlin Wrappers for popular JSON formats

<dependency>
    <groupId>io.cloudflight.json</groupId>
    <artifactId>json-wrapper</artifactId>
    <version>0.5.4</version>
</dependency>
Copy
pom.xml
Table Of Contents

Latest Version

Choose a version of io.cloudflight.json : json-wrapper to add to Maven or Gradle - Latest Versions:

  • Latest Stable: 0.5.4
  • Latest Release Candidate: 0.5.3-rc.0.1+47f53c1

All Versions

Choose a version of io.cloudflight.json : json-wrapper to add to Maven or Gradle - All Versions:

Version Vulnerabilities Updated
0.5.x
json-wrapper-0.5.4
json-wrapper-0.5.3-rc.0.1+47f53c1
json-wrapper-0.5.2-rc.0.4+b1fd0e7
json-wrapper-0.5.2-rc.0.3+460f9b7
json-wrapper-0.5.1
json-wrapper-0.5.0
0.4.x
json-wrapper-0.4.0
0.3.x
json-wrapper-0.3.6
json-wrapper-0.3.5
json-wrapper-0.3.4
json-wrapper-0.3.3
json-wrapper-0.3.2
json-wrapper-0.3.1
0.2.x
json-wrapper-0.2.0
0.1.x
json-wrapper-0.1.1
json-wrapper-0.1.0

How to add a dependency to Maven

Add the following io.cloudflight.json : json-wrapper maven dependency to the pom.xml file with your favorite IDE (IntelliJ / Eclipse / Netbeans):

<dependency>
    <groupId>io.cloudflight.json</groupId>
    <artifactId>json-wrapper</artifactId>
    <version>0.5.4</version>
</dependency>

How to add a dependency to Gradle

Gradle Groovy DSL: Add the following io.cloudflight.json : json-wrapper gradle dependency to your build.gradle file:

implementation 'io.cloudflight.json:json-wrapper:0.5.4'

Gradle Kotlin DSL: Add the following io.cloudflight.json : json-wrapper gradle kotlin dependency to your build.gradle.kts file:

implementation("io.cloudflight.json:json-wrapper:0.5.4")

How to add a dependency to SBT Scala

SBT Scala: Add the following io.cloudflight.json : json-wrapper sbt scala dependency to your build.sbt file:

libraryDependencies += "io.cloudflight.json" % "json-wrapper" % "0.5.4"