Download jaxb-fluent-api-2.1.8.jar file - Jar j

Jar examples for j:jaxb-fluent-api

Description

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.

License

The Apache Software License, Version 2.0

Build File

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'

Download

Click the following link to download the jar file.

jaxb-fluent-api-2.1.8-sources.jar
jaxb-fluent-api-2.1.8.jar
jaxb-fluent-api-2.1.8.pom



Related Tutorials