j

jaxb-ri-xjc

Generates toString, 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.0.0.jar download
jaxb-ri-xjc-1.0.0.pom download
jaxb-ri-xjc-1.0.0-sources.jar download
Apache Maven
<dependency>
  <groupId>com.github.vsspt</groupId>
  <artifactId>jaxb-ri-xjc</artifactId>
  <version>1.0.0</version>
</dependency>
Gradle Groovy
implementation 'com.github.vsspt:jaxb-ri-xjc:1.0.0'
Gradle Kotlin
implementation("com.github.vsspt:jaxb-ri-xjc:1.0.0")
Scala SBT
libraryDependencies += "com.github.vsspt" % "jaxb-ri-xjc" % "1.0.0"
Groovy Grape
@Grapes(
  @Grab(group='com.github.vsspt', module='jaxb-ri-xjc', version='1.0.0')
)
Apache Ivy
<dependency org="com.github.vsspt" name="jaxb-ri-xjc" rev="1.0.0" />
Leiningen
[com.github.vsspt/jaxb-ri-xjc "1.0.0"]
Apache Buildr
'com.github.vsspt:jaxb-ri-xjc:jar:1.0.0'