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 |
Last Version | Last Version0.0.9 |
Release Date | Release Date |
Type | Typejar |
Description |
DescriptionJava annotation processor to generate hashCode(), toString() and equals(Object other) implementations
|
Filename | Size |
---|---|
bean-auto-utils-0.0.9.pom | |
bean-auto-utils-0.0.9.jar | 14 KB |
bean-auto-utils-0.0.9-sources.jar | 5 KB |
bean-auto-utils-0.0.9-javadoc.jar | 48 KB |
Browse |
<!-- https://jarcasting.com/artifacts/net.vergien.bau/bean-auto-utils/ -->
<dependency>
<groupId>net.vergien.bau</groupId>
<artifactId>bean-auto-utils</artifactId>
<version>0.0.9</version>
</dependency>
// https://jarcasting.com/artifacts/net.vergien.bau/bean-auto-utils/
implementation 'net.vergien.bau:bean-auto-utils:0.0.9'
// https://jarcasting.com/artifacts/net.vergien.bau/bean-auto-utils/
implementation ("net.vergien.bau:bean-auto-utils:0.0.9")
'net.vergien.bau:bean-auto-utils:jar:0.0.9'
<dependency org="net.vergien.bau" name="bean-auto-utils" rev="0.0.9">
<artifact name="bean-auto-utils" type="jar" />
</dependency>
@Grapes(
@Grab(group='net.vergien.bau', module='bean-auto-utils', version='0.0.9')
)
libraryDependencies += "net.vergien.bau" % "bean-auto-utils" % "0.0.9"
[net.vergien.bau/bean-auto-utils "0.0.9"]
Group / Artifact | Type | Version |
---|---|---|
com.google.auto.service : auto-service | jar | 1.0-rc4 |
Java annotation processor to generate hashCode()
, toString()
and equals(Object other)
implementations.