is not current version
Last Version 2.8

com.massfords:jaxb-visitor 2.2

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

2.2
Type

Type

jar

Download jaxb-visitor 2.2


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