MVN

org.cip4.lib.jdf : JDFLibJ-JSON

Maven & Gradle

May 10, 2023
1 stars

CIP4 JDF JSON Writer Java · CIP4 JDF JSON Library for JDF 1.x

<dependency>
    <groupId>org.cip4.lib.jdf</groupId>
    <artifactId>JDFLibJ-JSON</artifactId>
    <version>1.1.016</version>
</dependency>
Copy
pom.xml
Table Of Contents

Latest Version

Choose a version of org.cip4.lib.jdf : JDFLibJ-JSON to add to Maven or Gradle - Latest Versions:

  • Latest Stable: 1.1.016

All Versions

Choose a version of org.cip4.lib.jdf : JDFLibJ-JSON to add to Maven or Gradle - All Versions:

Version Vulnerabilities Updated
1.1.x
JDFLibJ-JSON-1.1.016
JDFLibJ-JSON-1.1.015
JDFLibJ-JSON-1.1.013
JDFLibJ-JSON-1.1.012
JDFLibJ-JSON-1.1.011
JDFLibJ-JSON-1.1.010
JDFLibJ-JSON-1.1.009
JDFLibJ-JSON-1.1.008
JDFLibJ-JSON-1.1.007
JDFLibJ-JSON-1.1.006
JDFLibJ-JSON-1.1.005
JDFLibJ-JSON-1.1.004
JDFLibJ-JSON-1.1.002
JDFLibJ-JSON-1.1.001
JDFLibJ-JSON-1.1.0.14
JDFLibJ-JSON-1.1.0

How to add a dependency to Maven

Add the following org.cip4.lib.jdf : JDFLibJ-JSON maven dependency to the pom.xml file with your favorite IDE (IntelliJ / Eclipse / Netbeans):

<dependency>
    <groupId>org.cip4.lib.jdf</groupId>
    <artifactId>JDFLibJ-JSON</artifactId>
    <version>1.1.016</version>
</dependency>

How to add a dependency to Gradle

Gradle Groovy DSL: Add the following org.cip4.lib.jdf : JDFLibJ-JSON gradle dependency to your build.gradle file:

implementation 'org.cip4.lib.jdf:JDFLibJ-JSON:1.1.016'

Gradle Kotlin DSL: Add the following org.cip4.lib.jdf : JDFLibJ-JSON gradle kotlin dependency to your build.gradle.kts file:

implementation("org.cip4.lib.jdf:JDFLibJ-JSON:1.1.016")

How to add a dependency to SBT Scala

SBT Scala: Add the following org.cip4.lib.jdf : JDFLibJ-JSON sbt scala dependency to your build.sbt file:

libraryDependencies += "org.cip4.lib.jdf" % "JDFLibJ-JSON" % "1.1.016"