k

kotlin-json-dsl

A simple json dsl for creating json strings
https://github.com/bowenzheng98/kotlin-json-dsl
MIT License
Bowen Zheng
Files download
File Operation
kotlin-json-dsl-1.0.0.jar download
kotlin-json-dsl-1.0.0.pom download
kotlin-json-dsl-1.0.0-sources.jar download
Apache Maven
<dependency>
  <groupId>io.github.bowenzheng98</groupId>
  <artifactId>kotlin-json-dsl</artifactId>
  <version>1.0.0</version>
</dependency>
Gradle Groovy
implementation 'io.github.bowenzheng98:kotlin-json-dsl:1.0.0'
Gradle Kotlin
implementation("io.github.bowenzheng98:kotlin-json-dsl:1.0.0")
Scala SBT
libraryDependencies += "io.github.bowenzheng98" % "kotlin-json-dsl" % "1.0.0"
Groovy Grape
@Grapes(
  @Grab(group='io.github.bowenzheng98', module='kotlin-json-dsl', version='1.0.0')
)
Apache Ivy
<dependency org="io.github.bowenzheng98" name="kotlin-json-dsl" rev="1.0.0" />
Leiningen
[io.github.bowenzheng98/kotlin-json-dsl "1.0.0"]
Apache Buildr
'io.github.bowenzheng98:kotlin-json-dsl:jar:1.0.0'