License |
License |
---|---|
GroupId | GroupIdorg.andromda.thirdparty.jaxb2_commons |
ArtifactId | ArtifactIdjaxb-fluent-api |
Last Version | Last Version2.2 |
Release Date | Release Date |
Type | Typejar |
Description |
DescriptionJAXB2 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 |
Filename | Size |
---|---|
jaxb-fluent-api-2.2.pom | |
jaxb-fluent-api-2.2.jar | 13 KB |
jaxb-fluent-api-2.2-sources.jar | 8 KB |
jaxb-fluent-api-2.2-javadoc.jar | 34 KB |
Browse |
<!-- 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"]
Group / Artifact | Type | Version |
---|---|---|
com.sun.xml.bind : jaxb-impl | jar | 2.1.10 |
com.sun.xml.bind : jaxb-xjc | jar | 2.1.10 |
Group / Artifact | Type | Version |
---|---|---|
junit : junit | jar | 3.8.1 |