c

cxf-xjc-hce

A plugin for CXF codegen plugin that adds `#hashCode` and `#equals` implementations with zero runtime dependencies for the generated classes.
Apache License, Version 2.0
Viskan System AB
Anton Johansson
Files download
File Operation
cxf-xjc-hce-1.0.0.jar download
cxf-xjc-hce-1.0.0.pom download
cxf-xjc-hce-1.0.0-sources.jar download
Apache Maven
<dependency>
  <groupId>com.viskan</groupId>
  <artifactId>cxf-xjc-hce</artifactId>
  <version>1.0.0</version>
</dependency>
Gradle Groovy
implementation 'com.viskan:cxf-xjc-hce:1.0.0'
Gradle Kotlin
implementation("com.viskan:cxf-xjc-hce:1.0.0")
Scala SBT
libraryDependencies += "com.viskan" % "cxf-xjc-hce" % "1.0.0"
Groovy Grape
@Grapes(
  @Grab(group='com.viskan', module='cxf-xjc-hce', version='1.0.0')
)
Apache Ivy
<dependency org="com.viskan" name="cxf-xjc-hce" rev="1.0.0" />
Leiningen
[com.viskan/cxf-xjc-hce "1.0.0"]
Apache Buildr
'com.viskan:cxf-xjc-hce:jar:1.0.0'