bean-auto-utils
Java annotation processor to generate hashCode()
, toString()
and equals(Object other)
implementations.
License |
License |
---|---|
Categories |
CategoriesNet Auto Application Layer Libs Code Generators |
GroupId | GroupIdnet.vergien.bau |
ArtifactId | ArtifactIdbean-auto-utils-annotations |
Last Version | Last Version0.0.12 |
Release Date | Release Date |
Type | Typejar |
Description |
DescriptionJava annotation processor to generate hashCode(), toString() and equals(Object other) implementations
|
<!-- https://jarcasting.com/artifacts/net.vergien.bau/bean-auto-utils-annotations/ -->
<dependency>
<groupId>net.vergien.bau</groupId>
<artifactId>bean-auto-utils-annotations</artifactId>
<version>0.0.12</version>
</dependency>
// https://jarcasting.com/artifacts/net.vergien.bau/bean-auto-utils-annotations/
implementation 'net.vergien.bau:bean-auto-utils-annotations:0.0.12'
// https://jarcasting.com/artifacts/net.vergien.bau/bean-auto-utils-annotations/
implementation ("net.vergien.bau:bean-auto-utils-annotations:0.0.12")
'net.vergien.bau:bean-auto-utils-annotations:jar:0.0.12'
<dependency org="net.vergien.bau" name="bean-auto-utils-annotations" rev="0.0.12">
<artifact name="bean-auto-utils-annotations" type="jar" />
</dependency>
@Grapes(
@Grab(group='net.vergien.bau', module='bean-auto-utils-annotations', version='0.0.12')
)
libraryDependencies += "net.vergien.bau" % "bean-auto-utils-annotations" % "0.0.12"
[net.vergien.bau/bean-auto-utils-annotations "0.0.12"]
Java annotation processor to generate hashCode()
, toString()
and equals(Object other)
implementations.