is not current version
Last Version 2.1.8

net.java.dev.jaxb2-commons:jaxb-fluent-api 2.0.1

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.

Categories

Categories

Java Languages Net
GroupId

GroupId

net.java.dev.jaxb2-commons
ArtifactId

ArtifactId

jaxb-fluent-api
Version

Version

2.0.1
Type

Type

jar

Download jaxb-fluent-api 2.0.1


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