License |
License |
---|---|
GroupId | GroupIdcom.massfords |
ArtifactId | ArtifactIdjaxb-attr-init |
Version | Version0.1 |
Type | Typejar |
Description |
DescriptionJAXB Attribute Initialization Plugin
XJC plugin that adds initializes attribute values on JAXB classes
that are defined with a default value for the attribute. Surprisingly,
this isn't the default behavior of the XJC plugin.
|
Project URL |
Project URL |
Source Code Management |
Source Code Management |
Filename | Size |
---|---|
jaxb-attr-init-0.1.pom | |
jaxb-attr-init-0.1.jar | 6 KB |
jaxb-attr-init-0.1-sources.jar | 3 KB |
jaxb-attr-init-0.1-javadoc.jar | 24 KB |
Browse |
<!-- https://jarcasting.com/artifacts/com.massfords/jaxb-attr-init/ -->
<dependency>
<groupId>com.massfords</groupId>
<artifactId>jaxb-attr-init</artifactId>
<version>0.1</version>
</dependency>
// https://jarcasting.com/artifacts/com.massfords/jaxb-attr-init/
implementation 'com.massfords:jaxb-attr-init:0.1'
// https://jarcasting.com/artifacts/com.massfords/jaxb-attr-init/
implementation ("com.massfords:jaxb-attr-init:0.1")
'com.massfords:jaxb-attr-init:jar:0.1'
<dependency org="com.massfords" name="jaxb-attr-init" rev="0.1">
<artifact name="jaxb-attr-init" type="jar" />
</dependency>
@Grapes(
@Grab(group='com.massfords', module='jaxb-attr-init', version='0.1')
)
libraryDependencies += "com.massfords" % "jaxb-attr-init" % "0.1"
[com.massfords/jaxb-attr-init "0.1"]
Group / Artifact | Type | Version |
---|---|---|
org.jvnet.jaxb2_commons : jaxb2-basics-tools | jar | 0.9.4 |
Group / Artifact | Type | Version |
---|---|---|
org.glassfish.jaxb : codemodel | jar | 2.2.11 |
org.glassfish.jaxb : jaxb-xjc | jar | 2.2.11 |
Group / Artifact | Type | Version |
---|---|---|
org.apache.maven : maven-artifact | jar | 2.2.1 |
org.jvnet.jaxb2.maven2 : maven-jaxb2-plugin-testing | jar | 0.12.3 |
org.jvnet.jaxb2_commons : jaxb2-basics-annotate | jar | 1.0.1 |
commons-io : commons-io | jar | 1.4 |
junit : junit | jar | 4.11 |