Last Version

Jaxb RI 2.1.8 Fluent API Plugin 2.1.8

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.

License

License

Categories

Categories

Java Languages Net
GroupId

GroupId

net.java.dev.jaxb2-commons
ArtifactId

ArtifactId

jaxb-fluent-api
Version

Version

2.1.8
Type

Type

jar
Description

Description

Jaxb RI 2.1.8 Fluent API Plugin
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.

Download jaxb-fluent-api 2.1.8


<!-- https://jarcasting.com/artifacts/net.java.dev.jaxb2-commons/jaxb-fluent-api/ -->
<dependency>
    <groupId>net.java.dev.jaxb2-commons</groupId>
    <artifactId>jaxb-fluent-api</artifactId>
    <version>2.1.8</version>
</dependency>
// https://jarcasting.com/artifacts/net.java.dev.jaxb2-commons/jaxb-fluent-api/
implementation 'net.java.dev.jaxb2-commons:jaxb-fluent-api:2.1.8'
// https://jarcasting.com/artifacts/net.java.dev.jaxb2-commons/jaxb-fluent-api/
implementation ("net.java.dev.jaxb2-commons:jaxb-fluent-api:2.1.8")
'net.java.dev.jaxb2-commons:jaxb-fluent-api:jar:2.1.8'
<dependency org="net.java.dev.jaxb2-commons" name="jaxb-fluent-api" rev="2.1.8">
  <artifact name="jaxb-fluent-api" type="jar" />
</dependency>
@Grapes(
@Grab(group='net.java.dev.jaxb2-commons', module='jaxb-fluent-api', version='2.1.8')
)
libraryDependencies += "net.java.dev.jaxb2-commons" % "jaxb-fluent-api" % "2.1.8"
[net.java.dev.jaxb2-commons/jaxb-fluent-api "2.1.8"]

Dependencies

compile (1)

Group / Artifact Type Version
com.sun.xml.bind : jaxb-xjc jar 2.1.8

Project Modules

There are no modules declared in this project.