| License |
License |
|---|---|
| GroupId | GroupIdcom.massfords |
| ArtifactId | ArtifactIdjaxb-visitor |
| Last Version | Last Version2.8 |
| Release Date | Release Date |
| Type | Typejar |
| Description |
DescriptionJAXB Visitor Plugin
XJC plugin that adds the Visitor pattern to JAXB generated
classes. Generates a simple Visitor interface as well as separate
Traverser and sample implementations to perform depth first traversals
of JAXB graphs.
|
| Project URL |
Project URL |
| Source Code Management |
Source Code Management |
| Filename | Size |
|---|---|
| jaxb-visitor-2.8.pom | |
| jaxb-visitor-2.8.jar | 20 KB |
| jaxb-visitor-2.8-sources.jar | 10 KB |
| jaxb-visitor-2.8-javadoc.jar | 61 KB |
| Browse |
<!-- https://jarcasting.com/artifacts/com.massfords/jaxb-visitor/ -->
<dependency>
<groupId>com.massfords</groupId>
<artifactId>jaxb-visitor</artifactId>
<version>2.8</version>
</dependency>
// https://jarcasting.com/artifacts/com.massfords/jaxb-visitor/
implementation 'com.massfords:jaxb-visitor:2.8'
// https://jarcasting.com/artifacts/com.massfords/jaxb-visitor/
implementation ("com.massfords:jaxb-visitor:2.8")
'com.massfords:jaxb-visitor:jar:2.8'
<dependency org="com.massfords" name="jaxb-visitor" rev="2.8">
<artifact name="jaxb-visitor" type="jar" />
</dependency>
@Grapes(
@Grab(group='com.massfords', module='jaxb-visitor', version='2.8')
)
libraryDependencies += "com.massfords" % "jaxb-visitor" % "2.8"
[com.massfords/jaxb-visitor "2.8"]
| 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 |
| commons-io : commons-io | jar | 1.4 |
| junit : junit | jar | 4.12 |