Last Version

foundation.fluent.api:fluent-builder-generator 2.12

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.

License

License

GroupId

GroupId

foundation.fluent.api
ArtifactId

ArtifactId

fluent-builder-generator
Version

Version

2.12
Type

Type

jar
Description

Description

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.
Project URL

Project URL

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

Download fluent-builder-generator 2.12


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

Dependencies

compile (1)

Group / Artifact Type Version
foundation.fluent.api : fluent-api-generator-annotations jar 2.12

Project Modules

There are no modules declared in this project.