License |
License |
---|---|
Categories |
CategoriesNet |
GroupId | GroupIdorg.jvnet.jaxb2_commons |
ArtifactId | ArtifactIdjaxb2-fluent-api |
Last Version | Last Version3.0 |
Release Date | Release Date |
Type | Typejar |
Description |
DescriptionJAXB2 Commons - Fluent API Plugin
Causes JAXB RI 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.
|
Filename | Size |
---|---|
jaxb2-fluent-api-3.0.pom | |
jaxb2-fluent-api-3.0.jar | 13 KB |
jaxb2-fluent-api-3.0-sources.jar | 7 KB |
jaxb2-fluent-api-3.0-javadoc.jar | 34 KB |
Browse |
<!-- https://jarcasting.com/artifacts/org.jvnet.jaxb2_commons/jaxb2-fluent-api/ -->
<dependency>
<groupId>org.jvnet.jaxb2_commons</groupId>
<artifactId>jaxb2-fluent-api</artifactId>
<version>3.0</version>
</dependency>
// https://jarcasting.com/artifacts/org.jvnet.jaxb2_commons/jaxb2-fluent-api/
implementation 'org.jvnet.jaxb2_commons:jaxb2-fluent-api:3.0'
// https://jarcasting.com/artifacts/org.jvnet.jaxb2_commons/jaxb2-fluent-api/
implementation ("org.jvnet.jaxb2_commons:jaxb2-fluent-api:3.0")
'org.jvnet.jaxb2_commons:jaxb2-fluent-api:jar:3.0'
<dependency org="org.jvnet.jaxb2_commons" name="jaxb2-fluent-api" rev="3.0">
<artifact name="jaxb2-fluent-api" type="jar" />
</dependency>
@Grapes(
@Grab(group='org.jvnet.jaxb2_commons', module='jaxb2-fluent-api', version='3.0')
)
libraryDependencies += "org.jvnet.jaxb2_commons" % "jaxb2-fluent-api" % "3.0"
[org.jvnet.jaxb2_commons/jaxb2-fluent-api "3.0"]
Group / Artifact | Type | Version |
---|---|---|
com.sun.xml.bind : jaxb-xjc | jar | 2.1.13 |