is not current version
Last Version 2.8

com.massfords:jaxb-visitor 2.0

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.0
Type

Type

jar

Download jaxb-visitor 2.0


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