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

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

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 2.18


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

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

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