net.vergien.bau:bean-auto-utils-demo

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-demo
Last Version

Last Version

0.0.12
Release Date

Release Date

Type

Type

jar
Description

Description

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

Download bean-auto-utils-demo

How to add to project

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

Dependencies

compile (1)

Group / Artifact Type Version
net.vergien.bau : bean-auto-utils-annotations jar 0.0.12

test (3)

Group / Artifact Type Version
org.junit.jupiter : junit-jupiter jar 5.4.1
org.hamcrest : hamcrest-library jar 1.3
nl.jqno.equalsverifier : equalsverifier jar 3.1.7

Project Modules

There are no modules declared in this project.

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