foundation.fluent.api:fluent-api-generator-annotations

Module provides annotation based code generator, that generates fluent API for various situations. Such patterns contain: - Fluent builder for bean, which has setter methods returning void. - Fluent builder for a method / constructor with many arguments. - Fluent sender for bean, which has setter methods returning void, and target (sender) method.

Лицензия

Лицензия

Группа

Группа

foundation.fluent.api
Идентификатор

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

fluent-api-generator-annotations
Последняя версия

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

2.18
Дата

Дата

Тип

Тип

jar
Описание

Описание

Module provides annotation based code generator, that generates fluent API for various situations. Such patterns contain: - Fluent builder for bean, which has setter methods returning void. - Fluent builder for a method / constructor with many arguments. - Fluent sender for bean, which has setter methods returning void, and target (sender) method.
Ссылка на сайт

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

https://github.com/c0stra/fluent-api-generator/wiki/fluent-api-generator/fluent-api-generator-annotations

Скачать fluent-api-generator-annotations

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

<!-- https://jarcasting.com/artifacts/foundation.fluent.api/fluent-api-generator-annotations/ -->
<dependency>
    <groupId>foundation.fluent.api</groupId>
    <artifactId>fluent-api-generator-annotations</artifactId>
    <version>2.18</version>
</dependency>
// https://jarcasting.com/artifacts/foundation.fluent.api/fluent-api-generator-annotations/
implementation 'foundation.fluent.api:fluent-api-generator-annotations:2.18'
// https://jarcasting.com/artifacts/foundation.fluent.api/fluent-api-generator-annotations/
implementation ("foundation.fluent.api:fluent-api-generator-annotations:2.18")
'foundation.fluent.api:fluent-api-generator-annotations:jar:2.18'
<dependency org="foundation.fluent.api" name="fluent-api-generator-annotations" rev="2.18">
  <artifact name="fluent-api-generator-annotations" type="jar" />
</dependency>
@Grapes(
@Grab(group='foundation.fluent.api', module='fluent-api-generator-annotations', version='2.18')
)
libraryDependencies += "foundation.fluent.api" % "fluent-api-generator-annotations" % "2.18"
[foundation.fluent.api/fluent-api-generator-annotations "2.18"]

Зависимости

compile (1)

Идентификатор библиотеки Тип Версия
javax.annotation : javax.annotation-api jar 1.3.1

test (2)

Идентификатор библиотеки Тип Версия
org.testng : testng jar 7.1.0
org.mockito : mockito-core jar 2.18.3

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

Данный проект не имеет модулей.

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

Версия
2.18
2.17
2.16
2.15
2.14
2.13
2.12
2.11
2.10
2.9
2.8
2.7
2.6
2.5
2.4
2.3
2.2
2.1
2.0
1.4
1.3