j

jaxb2-fluent-api

Causes JAXB RI 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.
https://github.com/raphw/jaxb2-commons
The Apache Software License, Version 2.0
Hanson Char
Files download
File Operation
jaxb2-fluent-api-3.0.0.jar download
jaxb2-fluent-api-3.0.0.pom download
jaxb2-fluent-api-3.0.0-sources.jar download
Apache Maven
<dependency>
  <groupId>codes.rafael.jaxb2_commons</groupId>
  <artifactId>jaxb2-fluent-api</artifactId>
  <version>3.0.0</version>
</dependency>
Gradle Groovy
implementation 'codes.rafael.jaxb2_commons:jaxb2-fluent-api:3.0.0'
Gradle Kotlin
implementation("codes.rafael.jaxb2_commons:jaxb2-fluent-api:3.0.0")
Scala SBT
libraryDependencies += "codes.rafael.jaxb2_commons" % "jaxb2-fluent-api" % "3.0.0"
Groovy Grape
@Grapes(
  @Grab(group='codes.rafael.jaxb2_commons', module='jaxb2-fluent-api', version='3.0.0')
)
Apache Ivy
<dependency org="codes.rafael.jaxb2_commons" name="jaxb2-fluent-api" rev="3.0.0" />
Leiningen
[codes.rafael.jaxb2_commons/jaxb2-fluent-api "3.0.0"]
Apache Buildr
'codes.rafael.jaxb2_commons:jaxb2-fluent-api:jar:3.0.0'