MVN

top.jfunc.json : json-jsoniter

Maven & Gradle

Mar 27, 2019

json-jsoniter · common json interface implements by jsoniter

<dependency>
    <groupId>top.jfunc.json</groupId>
    <artifactId>json-jsoniter</artifactId>
    <version>1.8.3</version>
</dependency>
Copy
pom.xml
Table Of Contents

Latest Version

Choose a version of top.jfunc.json : json-jsoniter to add to Maven or Gradle - Latest Versions:

  • Latest Stable: 1.8.3

All Versions

Choose a version of top.jfunc.json : json-jsoniter to add to Maven or Gradle - All Versions:

Version Vulnerabilities Updated
1.8.x
json-jsoniter-1.8.3
json-jsoniter-1.8.0

How to add a dependency to Maven

Add the following top.jfunc.json : json-jsoniter maven dependency to the pom.xml file with your favorite IDE (IntelliJ / Eclipse / Netbeans):

<dependency>
    <groupId>top.jfunc.json</groupId>
    <artifactId>json-jsoniter</artifactId>
    <version>1.8.3</version>
</dependency>

How to add a dependency to Gradle

Gradle Groovy DSL: Add the following top.jfunc.json : json-jsoniter gradle dependency to your build.gradle file:

implementation 'top.jfunc.json:json-jsoniter:1.8.3'

Gradle Kotlin DSL: Add the following top.jfunc.json : json-jsoniter gradle kotlin dependency to your build.gradle.kts file:

implementation("top.jfunc.json:json-jsoniter:1.8.3")

How to add a dependency to SBT Scala

SBT Scala: Add the following top.jfunc.json : json-jsoniter sbt scala dependency to your build.sbt file:

libraryDependencies += "top.jfunc.json" % "json-jsoniter" % "1.8.3"