j

jaxb-ri-xjc

Generates toString, setter, equals and hashCode methods on JAXB generated classes.
https://github.com/vsspt/jaxb-ri-xjc
Apache License, Version 2.0
VSS PT
Files download
File Operation
jaxb-ri-xjc-1.1.1.jar download
jaxb-ri-xjc-1.1.1.pom download
jaxb-ri-xjc-1.1.1-sources.jar download
Apache Maven
<dependency>
  <groupId>com.github.vsspt</groupId>
  <artifactId>jaxb-ri-xjc</artifactId>
  <version>1.1.1</version>
</dependency>
Gradle Groovy
implementation 'com.github.vsspt:jaxb-ri-xjc:1.1.1'
Gradle Kotlin
implementation("com.github.vsspt:jaxb-ri-xjc:1.1.1")
Scala SBT
libraryDependencies += "com.github.vsspt" % "jaxb-ri-xjc" % "1.1.1"
Groovy Grape
@Grapes(
  @Grab(group='com.github.vsspt', module='jaxb-ri-xjc', version='1.1.1')
)
Apache Ivy
<dependency org="com.github.vsspt" name="jaxb-ri-xjc" rev="1.1.1" />
Leiningen
[com.github.vsspt/jaxb-ri-xjc "1.1.1"]
Apache Buildr
'com.github.vsspt:jaxb-ri-xjc:jar:1.1.1'