Jar examples for j:jaxb-fluent-api
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.
You can download jar file jaxb-fluent-api 2.1.8 in this page.
The Apache Software License, Version 2.0
You can use the following script to add jaxb-fluent-api-2.1.8.jar to your project.
<dependency> <groupId>net.java.dev.jaxb2-commons</groupId> <artifactId>jaxb-fluent-api</artifactId> <version>2.1.8</version> </dependency>
compile group: 'net.java.dev.jaxb2-commons', name: 'jaxb-fluent-api', version: '2.1.8'
libraryDependencies += "net.java.dev.jaxb2-commons" % "jaxb-fluent-api" % "2.1.8"
<dependency org="net.java.dev.jaxb2-commons" name="jaxb-fluent-api" rev="2.1.8"/>
@Grapes(@Grab(group='net.java.dev.jaxb2-commons', module='jaxb-fluent-api', version='2.1.8'))
'net.java.dev.jaxb2-commons:jaxb-fluent-api:jar:2.1.8'
Click the following link to download the jar file.
jaxb-fluent-api-2.1.8-sources.jar