MVN

io.kjson : kjson-spring

Maven & Gradle

Jul 30, 2023
0 stars

Spring JSON message converter for kjson · Message converter which simplifies use of kjson by Spring applications

<dependency>
    <groupId>io.kjson</groupId>
    <artifactId>kjson-spring</artifactId>
    <version>7.0</version>
</dependency>
Copy
pom.xml
Table Of Contents

Latest Version

Choose a version of io.kjson : kjson-spring to add to Maven or Gradle - Latest Versions:

  • Latest Stable: 7.0

All Versions

Choose a version of io.kjson : kjson-spring to add to Maven or Gradle - All Versions:

Version Vulnerabilities Updated
7.0
kjson-spring-7.0
6.1
kjson-spring-6.1
6.0
kjson-spring-6.0
5.0
kjson-spring-5.0
4.4.x
kjson-spring-4.4.1
4.4
kjson-spring-4.4
4.2
kjson-spring-4.2
4.1
kjson-spring-4.1
4.0
kjson-spring-4.0
3.10
kjson-spring-3.10
3.9
kjson-spring-3.9
3.8
kjson-spring-3.8
3.4
kjson-spring-3.4
3.3
kjson-spring-3.3
3.2
kjson-spring-3.2

How to add a dependency to Maven

Add the following io.kjson : kjson-spring maven dependency to the pom.xml file with your favorite IDE (IntelliJ / Eclipse / Netbeans):

<dependency>
    <groupId>io.kjson</groupId>
    <artifactId>kjson-spring</artifactId>
    <version>7.0</version>
</dependency>

How to add a dependency to Gradle

Gradle Groovy DSL: Add the following io.kjson : kjson-spring gradle dependency to your build.gradle file:

implementation 'io.kjson:kjson-spring:7.0'

Gradle Kotlin DSL: Add the following io.kjson : kjson-spring gradle kotlin dependency to your build.gradle.kts file:

implementation("io.kjson:kjson-spring:7.0")

How to add a dependency to SBT Scala

SBT Scala: Add the following io.kjson : kjson-spring sbt scala dependency to your build.sbt file:

libraryDependencies += "io.kjson" % "kjson-spring" % "7.0"

Advertisement