MVN

org.andromda.thirdparty.jaxb2_commons : jaxb-fluent-api

Maven & Gradle

Apr 29, 2010
1 usages

JAXB2 Fluent API Plugin · Causes JAXB RI 2.2 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>org.andromda.thirdparty.jaxb2_commons</groupId>
    <artifactId>jaxb-fluent-api</artifactId>
    <version>2.2</version>
</dependency>
Copy
pom.xml
Table Of Contents

Latest Version

Choose a version of org.andromda.thirdparty.jaxb2_commons : jaxb-fluent-api to add to Maven or Gradle - Latest Versions:

  • Latest Stable: 2.2

All Versions

Choose a version of org.andromda.thirdparty.jaxb2_commons : jaxb-fluent-api to add to Maven or Gradle - All Versions:

Version Vulnerabilities Updated
2.2
jaxb-fluent-api-2.2

How to add a dependency to Maven

Add the following org.andromda.thirdparty.jaxb2_commons : jaxb-fluent-api maven dependency to the pom.xml file with your favorite IDE (IntelliJ / Eclipse / Netbeans):

<dependency>
    <groupId>org.andromda.thirdparty.jaxb2_commons</groupId>
    <artifactId>jaxb-fluent-api</artifactId>
    <version>2.2</version>
</dependency>

How to add a dependency to Gradle

Gradle Groovy DSL: Add the following org.andromda.thirdparty.jaxb2_commons : jaxb-fluent-api gradle dependency to your build.gradle file:

implementation 'org.andromda.thirdparty.jaxb2_commons:jaxb-fluent-api:2.2'

Gradle Kotlin DSL: Add the following org.andromda.thirdparty.jaxb2_commons : jaxb-fluent-api gradle kotlin dependency to your build.gradle.kts file:

implementation("org.andromda.thirdparty.jaxb2_commons:jaxb-fluent-api:2.2")

How to add a dependency to SBT Scala

SBT Scala: Add the following org.andromda.thirdparty.jaxb2_commons : jaxb-fluent-api sbt scala dependency to your build.sbt file:

libraryDependencies += "org.andromda.thirdparty.jaxb2_commons" % "jaxb-fluent-api" % "2.2"