License |
License |
---|---|
Categories |
CategoriesJava Languages Net |
GroupId | GroupIdnet.java.dev.jaxb2-commons |
ArtifactId | ArtifactIdjaxb-fluent-api |
Last Version | Last Version2.1.8 |
Release Date | Release Date |
Type | Typejar |
Description |
DescriptionJaxb 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.
|
Filename | Size |
---|---|
jaxb-fluent-api-2.1.8.pom | |
jaxb-fluent-api-2.1.8.jar | 16 KB |
jaxb-fluent-api-2.1.8-sources.jar | 14 KB |
Browse |
<!-- 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"]
Group / Artifact | Type | Version |
---|---|---|
com.sun.xml.bind : jaxb-xjc | jar | 2.1.8 |