MVN

com.github.fedorchuck : dnjson

Maven & Gradle

Jan 16, 2018
1 usages
1 stars

dnjson · Java library to serialize and deserialize Java objects to (and from) JSON

<dependency>
    <groupId>com.github.fedorchuck</groupId>
    <artifactId>dnjson</artifactId>
    <version>0.1.0</version>
</dependency>
Copy
pom.xml
Table Of Contents

Latest Version

Choose a version of com.github.fedorchuck : dnjson to add to Maven or Gradle - Latest Versions:

  • Latest Stable: 0.1.0

All Versions

Choose a version of com.github.fedorchuck : dnjson to add to Maven or Gradle - All Versions:

Version Vulnerabilities Updated
0.1.x
dnjson-0.1.0

How to add a dependency to Maven

Add the following com.github.fedorchuck : dnjson maven dependency to the pom.xml file with your favorite IDE (IntelliJ / Eclipse / Netbeans):

<dependency>
    <groupId>com.github.fedorchuck</groupId>
    <artifactId>dnjson</artifactId>
    <version>0.1.0</version>
</dependency>

How to add a dependency to Gradle

Gradle Groovy DSL: Add the following com.github.fedorchuck : dnjson gradle dependency to your build.gradle file:

implementation 'com.github.fedorchuck:dnjson:0.1.0'

Gradle Kotlin DSL: Add the following com.github.fedorchuck : dnjson gradle kotlin dependency to your build.gradle.kts file:

implementation("com.github.fedorchuck:dnjson:0.1.0")

How to add a dependency to SBT Scala

SBT Scala: Add the following com.github.fedorchuck : dnjson sbt scala dependency to your build.sbt file:

libraryDependencies += "com.github.fedorchuck" % "dnjson" % "0.1.0"

Advertisement

Dependencies from Group

Jan 16, 2018
1 usages
1 stars
Aug 01, 2017
1 stars

Discover Dependencies

May 08, 2018
1 usages
17.4k stars
Oct 26, 2020
1 usages
May 17, 2018
1 usages
0 stars
May 28, 2021
2 usages
8 stars
Mar 07, 2019
2 usages
7 stars
Sep 30, 2022
2 usages
0 stars
Sep 30, 2022
1 usages
0 stars
Dec 25, 2018
2 usages
Apr 17, 2019
1 usages
196 stars