MVN

com.sealwu.jsontokotlin : library

Maven & Gradle

Aug 13, 2022
3k stars

JsonToKotlinClass · To generate Kotlin data class code from JSON

<dependency>
    <groupId>com.sealwu.jsontokotlin</groupId>
    <artifactId>library</artifactId>
    <version>3.7.4</version>
</dependency>
Copy
pom.xml
Table Of Contents

Latest Version

Choose a version of com.sealwu.jsontokotlin : library to add to Maven or Gradle - Latest Versions:

  • Latest Stable: 3.7.4

All Versions

Choose a version of com.sealwu.jsontokotlin : library to add to Maven or Gradle - All Versions:

Version Vulnerabilities Updated
3.7.x
library-3.7.4
3.6.x
library-3.6.1

How to add a dependency to Maven

Add the following com.sealwu.jsontokotlin : library maven dependency to the pom.xml file with your favorite IDE (IntelliJ / Eclipse / Netbeans):

<dependency>
    <groupId>com.sealwu.jsontokotlin</groupId>
    <artifactId>library</artifactId>
    <version>3.7.4</version>
</dependency>

How to add a dependency to Gradle

Gradle Groovy DSL: Add the following com.sealwu.jsontokotlin : library gradle dependency to your build.gradle file:

implementation 'com.sealwu.jsontokotlin:library:3.7.4'

Gradle Kotlin DSL: Add the following com.sealwu.jsontokotlin : library gradle kotlin dependency to your build.gradle.kts file:

implementation("com.sealwu.jsontokotlin:library:3.7.4")

How to add a dependency to SBT Scala

SBT Scala: Add the following com.sealwu.jsontokotlin : library sbt scala dependency to your build.sbt file:

libraryDependencies += "com.sealwu.jsontokotlin" % "library" % "3.7.4"

Advertisement