j

jaxb-fluent-api

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.
https://jaxb2-commons.dev.java.net/fluent-api
The Apache Software License, Version 2.0
Files download
File Operation
jaxb-fluent-api-2.1.8.jar download
jaxb-fluent-api-2.1.8.pom download
jaxb-fluent-api-2.1.8-sources.jar download
Apache Maven
<dependency>
  <groupId>net.java.dev.jaxb2-commons</groupId>
  <artifactId>jaxb-fluent-api</artifactId>
  <version>2.1.8</version>
</dependency>
Gradle Groovy
implementation 'net.java.dev.jaxb2-commons:jaxb-fluent-api:2.1.8'
Gradle Kotlin
implementation("net.java.dev.jaxb2-commons:jaxb-fluent-api:2.1.8")
Scala SBT
libraryDependencies += "net.java.dev.jaxb2-commons" % "jaxb-fluent-api" % "2.1.8"
Groovy Grape
@Grapes(
  @Grab(group='net.java.dev.jaxb2-commons', module='jaxb-fluent-api', version='2.1.8')
)
Apache Ivy
<dependency org="net.java.dev.jaxb2-commons" name="jaxb-fluent-api" rev="2.1.8" />
Leiningen
[net.java.dev.jaxb2-commons/jaxb-fluent-api "2.1.8"]
Apache Buildr
'net.java.dev.jaxb2-commons:jaxb-fluent-api:jar:2.1.8'
Dependencies