Last Version

JAXB2 Fluent API Plugin 2.2

Causes JAXB RI 2.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.

License

License

GroupId

GroupId

org.andromda.thirdparty.jaxb2_commons
ArtifactId

ArtifactId

jaxb-fluent-api
Version

Version

2.2
Type

Type

jar
Description

Description

JAXB2 Fluent API Plugin
Causes JAXB RI 2.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.
Project Organization

Project Organization

Sun Microsystems

Download jaxb-fluent-api 2.2


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

Dependencies

compile (2)

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

test (1)

Group / Artifact Type Version
junit : junit jar 3.8.1

Project Modules

There are no modules declared in this project.