MVN

com.nfbsoftware : java-xml

Maven & Gradle

Mar 31, 2021
0 stars

NFB Software Java-XML · The NFB Software Java-XML was created to help developers deal with common problems when dealing with String data in the forms of raw strings and XML files.

<dependency>
    <groupId>com.nfbsoftware</groupId>
    <artifactId>java-xml</artifactId>
    <version>1.0.12</version>
</dependency>
Copy
pom.xml
Table Of Contents

Latest Version

Choose a version of com.nfbsoftware : java-xml to add to Maven or Gradle - Latest Versions:

  • Latest Stable: 1.0.12

All Versions

Choose a version of com.nfbsoftware : java-xml to add to Maven or Gradle - All Versions:

Version Vulnerabilities Updated
1.0.x
java-xml-1.0.12
java-xml-1.0.10
java-xml-1.0.9
java-xml-1.0.8
java-xml-1.0.7
java-xml-1.0.6
java-xml-1.0.5

How to add a dependency to Maven

Add the following com.nfbsoftware : java-xml maven dependency to the pom.xml file with your favorite IDE (IntelliJ / Eclipse / Netbeans):

<dependency>
    <groupId>com.nfbsoftware</groupId>
    <artifactId>java-xml</artifactId>
    <version>1.0.12</version>
</dependency>

How to add a dependency to Gradle

Gradle Groovy DSL: Add the following com.nfbsoftware : java-xml gradle dependency to your build.gradle file:

implementation 'com.nfbsoftware:java-xml:1.0.12'

Gradle Kotlin DSL: Add the following com.nfbsoftware : java-xml gradle kotlin dependency to your build.gradle.kts file:

implementation("com.nfbsoftware:java-xml:1.0.12")

How to add a dependency to SBT Scala

SBT Scala: Add the following com.nfbsoftware : java-xml sbt scala dependency to your build.sbt file:

libraryDependencies += "com.nfbsoftware" % "java-xml" % "1.0.12"

Advertisement