MVN

com.jamesmurty.utils : java-xmlbuilder

Maven & Gradle

Jul 08, 2020
154 usages
106 stars

java-xmlbuilder · XML Builder is a utility that creates simple XML documents using relatively sparse Java code

<dependency>
    <groupId>com.jamesmurty.utils</groupId>
    <artifactId>java-xmlbuilder</artifactId>
    <version>1.3</version>
</dependency>
Copy
pom.xml
Table Of Contents

Latest Version

Choose a version of com.jamesmurty.utils : java-xmlbuilder to add to Maven or Gradle - Latest Versions:

  • Latest Stable: 1.3

All Versions

Choose a version of com.jamesmurty.utils : java-xmlbuilder to add to Maven or Gradle - All Versions:

Version Vulnerabilities Updated
1.3
java-xmlbuilder-1.3
1.2
java-xmlbuilder-1.2
1.1
java-xmlbuilder-1.1
1.0
java-xmlbuilder-1.0
0.6
java-xmlbuilder-0.6
0.4
java-xmlbuilder-0.4
0.3
java-xmlbuilder-0.3

How to add a dependency to Maven

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

<dependency>
    <groupId>com.jamesmurty.utils</groupId>
    <artifactId>java-xmlbuilder</artifactId>
    <version>1.3</version>
</dependency>

How to add a dependency to Gradle

Gradle Groovy DSL: Add the following com.jamesmurty.utils : java-xmlbuilder gradle dependency to your build.gradle file:

implementation 'com.jamesmurty.utils:java-xmlbuilder:1.3'

Gradle Kotlin DSL: Add the following com.jamesmurty.utils : java-xmlbuilder gradle kotlin dependency to your build.gradle.kts file:

implementation("com.jamesmurty.utils:java-xmlbuilder:1.3")

How to add a dependency to SBT Scala

SBT Scala: Add the following com.jamesmurty.utils : java-xmlbuilder sbt scala dependency to your build.sbt file:

libraryDependencies += "com.jamesmurty.utils" % "java-xmlbuilder" % "1.3"

Advertisement