MVN

net.hamnaberg.json : immutable-json-kotlin

Maven & Gradle

Apr 06, 2018
0 stars

Immutable JSON :: Kotlin decoders · Immutable JSON :: Kotlin Decoders

<dependency>
    <groupId>net.hamnaberg.json</groupId>
    <artifactId>immutable-json-kotlin</artifactId>
    <version>0.1</version>
</dependency>
Copy
pom.xml
Table Of Contents

Latest Version

Choose a version of net.hamnaberg.json : immutable-json-kotlin to add to Maven or Gradle - Latest Versions:

  • Latest Stable: 0.1

All Versions

Choose a version of net.hamnaberg.json : immutable-json-kotlin to add to Maven or Gradle - All Versions:

Version Vulnerabilities Updated
0.1
immutable-json-kotlin-0.1

How to add a dependency to Maven

Add the following net.hamnaberg.json : immutable-json-kotlin maven dependency to the pom.xml file with your favorite IDE (IntelliJ / Eclipse / Netbeans):

<dependency>
    <groupId>net.hamnaberg.json</groupId>
    <artifactId>immutable-json-kotlin</artifactId>
    <version>0.1</version>
</dependency>

How to add a dependency to Gradle

Gradle Groovy DSL: Add the following net.hamnaberg.json : immutable-json-kotlin gradle dependency to your build.gradle file:

implementation 'net.hamnaberg.json:immutable-json-kotlin:0.1'

Gradle Kotlin DSL: Add the following net.hamnaberg.json : immutable-json-kotlin gradle kotlin dependency to your build.gradle.kts file:

implementation("net.hamnaberg.json:immutable-json-kotlin:0.1")

How to add a dependency to SBT Scala

SBT Scala: Add the following net.hamnaberg.json : immutable-json-kotlin sbt scala dependency to your build.sbt file:

libraryDependencies += "net.hamnaberg.json" % "immutable-json-kotlin" % "0.1"

Advertisement