Bean-Auto-Utils

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

Лицензия

Лицензия

Категории

Категории

Сеть Auto Библиотеки уровня приложения Code Generators
Группа

Группа

net.vergien.bau
Идентификатор

Идентификатор

bean-auto-utils-parent
Последняя версия

Последняя версия

0.0.12
Дата

Дата

Тип

Тип

pom
Описание

Описание

Bean-Auto-Utils
Java annotation processor to generate hashCode(), toString() and equals(Object other) implementations
Ссылка на сайт

Ссылка на сайт

https://github.com/dve/bean-auto-utils
Система контроля версий

Система контроля версий

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

Скачать bean-auto-utils-parent

Имя Файла Размер
bean-auto-utils-parent-0.0.12.pom 3 KB
Обзор

Как подключить последнюю версию

<!-- 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"]

Зависимости

Библиотека не имеет зависимостей. Это самодостаточное приложение, которое не зависит ни от каких других библиотек.

Модули Проекта

  • 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.

Версии библиотеки

Версия
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