MVN

com.github.holgerbrandl : jsonbuilder

Maven & Gradle

Jan 01, 2023
1 usages
18 stars

jsonbuilder · jsonbuilder allows to build json using an idiomatic kotlin builder DSL

<dependency>
    <groupId>com.github.holgerbrandl</groupId>
    <artifactId>jsonbuilder</artifactId>
    <version>0.10</version>
</dependency>
Copy
pom.xml
Table Of Contents

Latest Version

Choose a version of com.github.holgerbrandl : jsonbuilder to add to Maven or Gradle - Latest Versions:

  • Latest Stable: 0.10

All Versions

Choose a version of com.github.holgerbrandl : jsonbuilder to add to Maven or Gradle - All Versions:

Version Vulnerabilities Updated
0.10
jsonbuilder-0.10
0.9
jsonbuilder-0.9

How to add a dependency to Maven

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

<dependency>
    <groupId>com.github.holgerbrandl</groupId>
    <artifactId>jsonbuilder</artifactId>
    <version>0.10</version>
</dependency>

How to add a dependency to Gradle

Gradle Groovy DSL: Add the following com.github.holgerbrandl : jsonbuilder gradle dependency to your build.gradle file:

implementation 'com.github.holgerbrandl:jsonbuilder:0.10'

Gradle Kotlin DSL: Add the following com.github.holgerbrandl : jsonbuilder gradle kotlin dependency to your build.gradle.kts file:

implementation("com.github.holgerbrandl:jsonbuilder:0.10")

How to add a dependency to SBT Scala

SBT Scala: Add the following com.github.holgerbrandl : jsonbuilder sbt scala dependency to your build.sbt file:

libraryDependencies += "com.github.holgerbrandl" % "jsonbuilder" % "0.10"

Advertisement

Dependencies from Group

Aug 28, 2022
2 usages
559 stars
Apr 22, 2021
2 usages
10 stars
Feb 02, 2023
1 usages
183 stars
Jan 01, 2023
1 usages
18 stars
Jun 13, 2023
1 usages
67 stars

Discover Dependencies

May 19, 2023
3 usages
0 stars
Feb 06, 2023
5 usages
Feb 25, 2021
1 usages
2 stars
Aug 22, 2023
4 usages
2.1k stars
Aug 24, 2023
1 usages
395 stars