b

bean-auto-utils-parent

Java annotation processor to generate hashCode(), toString() and equals(Object other) implementations
https://github.com/dve/bean-auto-utils
Apache License, Version 2.0
Daniel Nordhoff-Vergien
Files download
File Operation
bean-auto-utils-parent-0.0.12.pom download
Apache Maven
<dependency>
  <groupId>net.vergien.bau</groupId>
  <artifactId>bean-auto-utils-parent</artifactId>
  <version>0.0.12</version>
  <type>pom</type>
</dependency>
Gradle Groovy
implementation 'net.vergien.bau:bean-auto-utils-parent:0.0.12'
Gradle Kotlin
implementation("net.vergien.bau:bean-auto-utils-parent:0.0.12")
Scala SBT
libraryDependencies += "net.vergien.bau" % "bean-auto-utils-parent" % "0.0.12"
Groovy Grape
@Grapes(
  @Grab(group='net.vergien.bau', module='bean-auto-utils-parent', version='0.0.12')
)
Apache Ivy
<dependency org="net.vergien.bau" name="bean-auto-utils-parent" rev="0.0.12" />
Leiningen
[net.vergien.bau/bean-auto-utils-parent "0.0.12"]
Apache Buildr
'net.vergien.bau:bean-auto-utils-parent:jar:0.0.12'
Dependencies
The project has no third-party dependencies