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

foundation.fluent.api:fluent-config-generator 2.17

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.

Лицензия

Лицензия

Категории

Категории

config Библиотеки уровня приложения Configuration
Группа

Группа

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

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

fluent-config-generator
Версия

Версия

2.17
Тип

Тип

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-config-generator

Скачать fluent-config-generator 2.17


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

Зависимости

compile (3)

Идентификатор библиотеки Тип Версия
foundation.fluent.api : fluent-api-generator-annotations jar 2.17
org.testng : testng jar 6.14.3
javax.annotation : javax.annotation-api jar 1.3.1

test (1)

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

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

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