x

xjc-equals-plugin

JAXB 3.x/2.x plugin that creates hashcode and equals methods for the generated models.
https://github.com/gitterrost4/xjc-equals-plugin
The MIT License (MIT)
Paul Kramer
Files download
File Operation
xjc-equals-plugin-0.1.jar download
xjc-equals-plugin-0.1.pom download
xjc-equals-plugin-0.1-sources.jar download
Apache Maven
<dependency>
  <groupId>io.github.gitterrost4</groupId>
  <artifactId>xjc-equals-plugin</artifactId>
  <version>0.1</version>
</dependency>
Gradle Groovy
implementation 'io.github.gitterrost4:xjc-equals-plugin:0.1'
Gradle Kotlin
implementation("io.github.gitterrost4:xjc-equals-plugin:0.1")
Scala SBT
libraryDependencies += "io.github.gitterrost4" % "xjc-equals-plugin" % "0.1"
Groovy Grape
@Grapes(
  @Grab(group='io.github.gitterrost4', module='xjc-equals-plugin', version='0.1')
)
Apache Ivy
<dependency org="io.github.gitterrost4" name="xjc-equals-plugin" rev="0.1" />
Leiningen
[io.github.gitterrost4/xjc-equals-plugin "0.1"]
Apache Buildr
'io.github.gitterrost4:xjc-equals-plugin:jar:0.1'