j

jaxb3-fluent-api

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