| License |
License |
|---|---|
| GroupId | GroupIdcom.github.fbdo |
| ArtifactId | ArtifactIdjaxb2-fixed-value |
| Last Version | Last Version1.2 |
| Release Date | Release Date |
| Type | Typejar |
| Description |
DescriptionJAXB2 - Fixed Value Plugin
An XJC plugin to set fixed values in the XJC generated classes based on the fixed attribute to <xs:element>
|
| Project URL |
Project URL |
| Filename | Size |
|---|---|
| jaxb2-fixed-value-1.2.pom | |
| jaxb2-fixed-value-1.2.jar | 8 KB |
| jaxb2-fixed-value-1.2-sources.jar | 4 KB |
| jaxb2-fixed-value-1.2-javadoc.jar | 36 KB |
| Browse |
<!-- https://jarcasting.com/artifacts/com.github.fbdo/jaxb2-fixed-value/ -->
<dependency>
<groupId>com.github.fbdo</groupId>
<artifactId>jaxb2-fixed-value</artifactId>
<version>1.2</version>
</dependency>
// https://jarcasting.com/artifacts/com.github.fbdo/jaxb2-fixed-value/
implementation 'com.github.fbdo:jaxb2-fixed-value:1.2'
// https://jarcasting.com/artifacts/com.github.fbdo/jaxb2-fixed-value/
implementation ("com.github.fbdo:jaxb2-fixed-value:1.2")
'com.github.fbdo:jaxb2-fixed-value:jar:1.2'
<dependency org="com.github.fbdo" name="jaxb2-fixed-value" rev="1.2">
<artifact name="jaxb2-fixed-value" type="jar" />
</dependency>
@Grapes(
@Grab(group='com.github.fbdo', module='jaxb2-fixed-value', version='1.2')
)
libraryDependencies += "com.github.fbdo" % "jaxb2-fixed-value" % "1.2"
[com.github.fbdo/jaxb2-fixed-value "1.2"]
| Group / Artifact | Type | Version |
|---|---|---|
| com.sun.xml.bind : jaxb-xjc | jar | 2.1.13 |
| Group / Artifact | Type | Version |
|---|---|---|
| junit : junit | jar | 3.8.1 |