MVN

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

Maven & Gradle

Nov 06, 2006

Jaxb RI 2.0.1 Fluent API Plugin · Causes JAXB RI 2.0.1 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>fluent-api</artifactId>
    <version>2.0.1</version>
</dependency>
Copy
pom.xml
Table Of Contents

Latest Version

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

  • Latest Stable: 2.0.1

All Versions

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

Version Vulnerabilities Updated
2.0.x
fluent-api-2.0.1

How to add a dependency to Maven

Add the following net.java.dev.jaxb2-commons : 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>fluent-api</artifactId>
    <version>2.0.1</version>
</dependency>

How to add a dependency to Gradle

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

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

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

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

How to add a dependency to SBT Scala

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

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