MVN

net.java.dev.jaxb2-commons : jaxb-fluent-api

Maven & Gradle

May 20, 2010
6 usages

Jaxb RI 2.1.8 Fluent API Plugin · Causes JAXB RI 2.1.8 XJC to generate additional methods that allows method chaining. Method chaining is useful when building object tree in memory, allowing the code to be done in a concise way. The code that uses this plugin can still run with any JAXB2 implementation.

<dependency>
    <groupId>net.java.dev.jaxb2-commons</groupId>
    <artifactId>jaxb-fluent-api</artifactId>
    <version>2.1.8</version>
</dependency>
Copy
pom.xml
Table Of Contents

Latest Version

Choose a version of net.java.dev.jaxb2-commons : jaxb-fluent-api to add to Maven or Gradle - Latest Versions:

  • Latest Stable: 2.1.8

All Versions

Choose a version of net.java.dev.jaxb2-commons : jaxb-fluent-api to add to Maven or Gradle - All Versions:

Version Vulnerabilities Updated
2.1.x
jaxb-fluent-api-2.1.8
2.0.x
jaxb-fluent-api-2.0.1

How to add a dependency to Maven

Add the following net.java.dev.jaxb2-commons : jaxb-fluent-api maven dependency to the pom.xml file with your favorite IDE (IntelliJ / Eclipse / Netbeans):

<dependency>
    <groupId>net.java.dev.jaxb2-commons</groupId>
    <artifactId>jaxb-fluent-api</artifactId>
    <version>2.1.8</version>
</dependency>

How to add a dependency to Gradle

Gradle Groovy DSL: Add the following net.java.dev.jaxb2-commons : jaxb-fluent-api gradle dependency to your build.gradle file:

implementation 'net.java.dev.jaxb2-commons:jaxb-fluent-api:2.1.8'

Gradle Kotlin DSL: Add the following net.java.dev.jaxb2-commons : jaxb-fluent-api gradle kotlin dependency to your build.gradle.kts file:

implementation("net.java.dev.jaxb2-commons:jaxb-fluent-api:2.1.8")

How to add a dependency to SBT Scala

SBT Scala: Add the following net.java.dev.jaxb2-commons : jaxb-fluent-api sbt scala dependency to your build.sbt file:

libraryDependencies += "net.java.dev.jaxb2-commons" % "jaxb-fluent-api" % "2.1.8"