MVN

cn.nikeo.jsonBuilder : jsonBuilder

Maven & Gradle

Sep 23, 2020
1 stars

jsonBuilder · A Kotlin DSL and Kotlin builder API for constructing json.

<dependency>
    <groupId>cn.nikeo.jsonBuilder</groupId>
    <artifactId>jsonBuilder</artifactId>
    <version>0.2.0</version>
</dependency>
Copy
pom.xml
Table Of Contents

Latest Version

Choose a version of cn.nikeo.jsonBuilder : jsonBuilder to add to Maven or Gradle - Latest Versions:

  • Latest Stable: 0.2.0

All Versions

Choose a version of cn.nikeo.jsonBuilder : jsonBuilder to add to Maven or Gradle - All Versions:

Version Vulnerabilities Updated
0.2.x
jsonBuilder-0.2.0
0.1.x
jsonBuilder-0.1.0

How to add a dependency to Maven

Add the following cn.nikeo.jsonBuilder : jsonBuilder maven dependency to the pom.xml file with your favorite IDE (IntelliJ / Eclipse / Netbeans):

<dependency>
    <groupId>cn.nikeo.jsonBuilder</groupId>
    <artifactId>jsonBuilder</artifactId>
    <version>0.2.0</version>
</dependency>

How to add a dependency to Gradle

Gradle Groovy DSL: Add the following cn.nikeo.jsonBuilder : jsonBuilder gradle dependency to your build.gradle file:

implementation 'cn.nikeo.jsonBuilder:jsonBuilder:0.2.0'

Gradle Kotlin DSL: Add the following cn.nikeo.jsonBuilder : jsonBuilder gradle kotlin dependency to your build.gradle.kts file:

implementation("cn.nikeo.jsonBuilder:jsonBuilder:0.2.0")

How to add a dependency to SBT Scala

SBT Scala: Add the following cn.nikeo.jsonBuilder : jsonBuilder sbt scala dependency to your build.sbt file:

libraryDependencies += "cn.nikeo.jsonBuilder" % "jsonBuilder" % "0.2.0"

Advertisement

Dependencies from Group

Sep 23, 2020
1 stars

Discover Dependencies

Sep 07, 2021
0 stars
Sep 07, 2021
0 stars
Sep 07, 2021
0 stars
Sep 07, 2021
0 stars
Sep 07, 2021
0 stars
Sep 07, 2021
0 stars
Sep 28, 2020
0 stars
Mar 13, 2021
174 stars