MVN

org.cip4.lib.jdf : JDFLibJ

Maven & Gradle

Jun 20, 2023
3 usages
5 stars

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

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

Latest Version

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

  • Latest Stable: 2.1.7.37

All Versions

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

Version Vulnerabilities Updated
2.1.x
JDFLibJ-2.1.4a.76
JDFLibJ-2.1.4a.75
JDFLibJ-2.1.4a.74
JDFLibJ-2.1.7.37
JDFLibJ-2.1.7.36
JDFLibJ-2.1.7.35
JDFLibJ-2.1.7.33
JDFLibJ-2.1.7.32
JDFLibJ-2.1.7.31
JDFLibJ-2.1.7.30
JDFLibJ-2.1.7.29
JDFLibJ-2.1.7.28
JDFLibJ-2.1.7.27
JDFLibJ-2.1.7.26
JDFLibJ-2.1.7.25
JDFLibJ-2.1.7.23
JDFLibJ-2.1.7.24
JDFLibJ-2.1.7.22
JDFLibJ-2.1.7.20
JDFLibJ-2.1.7.19
JDFLibJ-2.1.7.17
JDFLibJ-2.1.7.16
JDFLibJ-2.1.7.15
JDFLibJ-2.1.7.14
JDFLibJ-2.1.7.13
JDFLibJ-2.1.7.12
JDFLibJ-2.1.7.11
JDFLibJ-2.1.7.8
JDFLibJ-2.1.7.7
JDFLibJ-2.1.7.6
JDFLibJ-2.1.7.4
JDFLibJ-2.1.7.3
JDFLibJ-2.1.7.2
JDFLibJ-2.1.7.1
JDFLibJ-2.1.6.5
JDFLibJ-2.1.6.3
JDFLibJ-2.1.6.2
JDFLibJ-2.1.6.0
JDFLibJ-2.1.5.90
JDFLibJ-2.1.5.89
JDFLibJ-2.1.5.88
JDFLibJ-2.1.5.87
JDFLibJ-2.1.5.86
JDFLibJ-2.1.5.85
JDFLibJ-2.1.5.79

How to add a dependency to Maven

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

<dependency>
    <groupId>org.cip4.lib.jdf</groupId>
    <artifactId>JDFLibJ</artifactId>
    <version>2.1.7.37</version>
</dependency>

How to add a dependency to Gradle

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

implementation 'org.cip4.lib.jdf:JDFLibJ:2.1.7.37'

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

implementation("org.cip4.lib.jdf:JDFLibJ:2.1.7.37")

How to add a dependency to SBT Scala

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

libraryDependencies += "org.cip4.lib.jdf" % "JDFLibJ" % "2.1.7.37"

Advertisement