MVN

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

Maven & Gradle

Apr 05, 2019
0 stars

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

<dependency>
    <groupId>net.vergien.bau</groupId>
    <artifactId>bean-auto-utils-parent</artifactId>
    <version>0.0.12</version>
</dependency>
Copy
pom.xml
Table Of Contents

Latest Version

Choose a version of net.vergien.bau : bean-auto-utils-parent to add to Maven - Latest Versions:

  • Latest Stable: 0.0.12

All Versions

Choose a version of net.vergien.bau : bean-auto-utils-parent to add to Maven - All Versions:

Version Vulnerabilities Updated
0.0.x
bean-auto-utils-parent-0.0.12
bean-auto-utils-parent-0.0.10
bean-auto-utils-parent-0.0.9
bean-auto-utils-parent-0.0.8
bean-auto-utils-parent-0.0.7
bean-auto-utils-parent-0.0.6
bean-auto-utils-parent-0.0.5
bean-auto-utils-parent-0.0.4
bean-auto-utils-parent-0.0.3
bean-auto-utils-parent-0.0.2
bean-auto-utils-parent-0.0.1.1

How to add a POM dependency to Maven

POM as dependency in dependencyManagement

<dependency>
    <groupId>net.vergien.bau</groupId>
    <artifactId>bean-auto-utils-parent</artifactId>
    <version>0.0.12</version>
</dependency>

Advertisement