MVN

org.jooq : joox

Maven & Gradle

Nov 23, 2022
33 usages
486 stars

jOOX · jOOX is a recursive acronym that stands for jOOX Object Oriented XML. It is a simple wrapper for the org.w3c.dom package, to allow for fluent XML document creation and manipulation where DOM is required but too verbose.

<dependency>
    <groupId>org.jooq</groupId>
    <artifactId>joox</artifactId>
    <version>2.0.0</version>
</dependency>
Copy
pom.xml
Table Of Contents

Latest Version

Choose a version of org.jooq : joox to add to Maven or Gradle - Latest Versions:

  • Latest Stable: 2.0.0

All Versions

Choose a version of org.jooq : joox to add to Maven or Gradle - All Versions:

Version Vulnerabilities Updated
2.0.x
joox-2.0.0
1.6.x
joox-1.6.2
joox-1.6.1
joox-1.6.0
1.5.x
joox-1.5.0
1.4.x
joox-1.4.0
1.3.x
joox-1.3.0
1.2.x
joox-1.2.0
1.1.x
joox-1.1.0
1.0.x
joox-1.0.0
0.9.x
joox-0.9.4
joox-0.9.3
joox-0.9.2
joox-0.9.1
joox-0.9.0

How to add a dependency to Maven

Add the following org.jooq : joox maven dependency to the pom.xml file with your favorite IDE (IntelliJ / Eclipse / Netbeans):

<dependency>
    <groupId>org.jooq</groupId>
    <artifactId>joox</artifactId>
    <version>2.0.0</version>
</dependency>

How to add a dependency to Gradle

Gradle Groovy DSL: Add the following org.jooq : joox gradle dependency to your build.gradle file:

implementation 'org.jooq:joox:2.0.0'

Gradle Kotlin DSL: Add the following org.jooq : joox gradle kotlin dependency to your build.gradle.kts file:

implementation("org.jooq:joox:2.0.0")

How to add a dependency to SBT Scala

SBT Scala: Add the following org.jooq : joox sbt scala dependency to your build.sbt file:

libraryDependencies += "org.jooq" % "joox" % "2.0.0"

Advertisement

Dependencies from Group

Mar 08, 2023
723 usages
2k stars
Aug 10, 2023
536 usages
5.5k stars
Aug 10, 2023
116 usages
5.5k stars
Aug 10, 2023
109 usages
5.5k stars
Aug 24, 2023
109 usages
2.7k stars

Discover Dependencies