Bean-Auto-Utils

Java annotation processor to generate hashCode(), toString() and equals(Object other) implementations

License

License

Categories

Categories

Net Auto Application Layer Libs Code Generators
GroupId

GroupId

net.vergien.bau
ArtifactId

ArtifactId

bean-auto-utils-parent
Last Version

Last Version

0.0.12
Release Date

Release Date

Type

Type

pom
Description

Description

Bean-Auto-Utils
Java annotation processor to generate hashCode(), toString() and equals(Object other) implementations
Project URL

Project URL

https://github.com/dve/bean-auto-utils
Source Code Management

Source Code Management

https://github.com/dve/bean-auto-utils.git

Download bean-auto-utils-parent

How to add to project

<!-- https://jarcasting.com/artifacts/net.vergien.bau/bean-auto-utils-parent/ -->
<dependency>
    <groupId>net.vergien.bau</groupId>
    <artifactId>bean-auto-utils-parent</artifactId>
    <version>0.0.12</version>
    <type>pom</type>
</dependency>
// https://jarcasting.com/artifacts/net.vergien.bau/bean-auto-utils-parent/
implementation 'net.vergien.bau:bean-auto-utils-parent:0.0.12'
// https://jarcasting.com/artifacts/net.vergien.bau/bean-auto-utils-parent/
implementation ("net.vergien.bau:bean-auto-utils-parent:0.0.12")
'net.vergien.bau:bean-auto-utils-parent:pom:0.0.12'
<dependency org="net.vergien.bau" name="bean-auto-utils-parent" rev="0.0.12">
  <artifact name="bean-auto-utils-parent" type="pom" />
</dependency>
@Grapes(
@Grab(group='net.vergien.bau', module='bean-auto-utils-parent', version='0.0.12')
)
libraryDependencies += "net.vergien.bau" % "bean-auto-utils-parent" % "0.0.12"
[net.vergien.bau/bean-auto-utils-parent "0.0.12"]

Dependencies

There are no dependencies for this project. It is a standalone project that does not depend on any other jars.

Project Modules

  • bean-auto-utils-processor
  • bean-auto-utils-annotations
  • bean-auto-utils-demo

bean-auto-utils

Codacy Badge Build Status Maven Central

Java annotation processor to generate hashCode(), toString() and equals(Object other) implementations.

Versions

Version
0.0.12
0.0.10
0.0.9
0.0.8
0.0.7
0.0.6
0.0.5
0.0.4
0.0.3
0.0.2
0.0.1.1