is not current version
Last Version 2.8

com.massfords:jaxb-visitor 1.13

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.

GroupId

GroupId

com.massfords
ArtifactId

ArtifactId

jaxb-visitor
Version

Version

1.13
Type

Type

jar

Download jaxb-visitor 1.13


<!-- https://jarcasting.com/artifacts/com.massfords/jaxb-visitor/ -->
<dependency>
    <groupId>com.massfords</groupId>
    <artifactId>jaxb-visitor</artifactId>
    <version>1.13</version>
</dependency>
// https://jarcasting.com/artifacts/com.massfords/jaxb-visitor/
implementation 'com.massfords:jaxb-visitor:1.13'
// https://jarcasting.com/artifacts/com.massfords/jaxb-visitor/
implementation ("com.massfords:jaxb-visitor:1.13")
'com.massfords:jaxb-visitor:jar:1.13'
<dependency org="com.massfords" name="jaxb-visitor" rev="1.13">
  <artifact name="jaxb-visitor" type="jar" />
</dependency>
@Grapes(
@Grab(group='com.massfords', module='jaxb-visitor', version='1.13')
)
libraryDependencies += "com.massfords" % "jaxb-visitor" % "1.13"
[com.massfords/jaxb-visitor "1.13"]