License |
License |
---|---|
Categories |
Categoriesconfig Application Layer Libs Configuration |
GroupId | GroupIdfoundation.fluent.api |
ArtifactId | ArtifactIdfluent-config-generator |
Last Version | Last Version2.18 |
Release Date | Release Date |
Type | Typejar |
Description |
DescriptionModule 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://jarcasting.com/artifacts/foundation.fluent.api/fluent-config-generator/ -->
<dependency>
<groupId>foundation.fluent.api</groupId>
<artifactId>fluent-config-generator</artifactId>
<version>2.18</version>
</dependency>
// https://jarcasting.com/artifacts/foundation.fluent.api/fluent-config-generator/
implementation 'foundation.fluent.api:fluent-config-generator:2.18'
// https://jarcasting.com/artifacts/foundation.fluent.api/fluent-config-generator/
implementation ("foundation.fluent.api:fluent-config-generator:2.18")
'foundation.fluent.api:fluent-config-generator:jar:2.18'
<dependency org="foundation.fluent.api" name="fluent-config-generator" rev="2.18">
<artifact name="fluent-config-generator" type="jar" />
</dependency>
@Grapes(
@Grab(group='foundation.fluent.api', module='fluent-config-generator', version='2.18')
)
libraryDependencies += "foundation.fluent.api" % "fluent-config-generator" % "2.18"
[foundation.fluent.api/fluent-config-generator "2.18"]
Group / Artifact | Type | Version |
---|---|---|
foundation.fluent.api : fluent-api-generator-annotations | jar | 2.18 |
org.testng : testng | jar | 6.14.3 |
javax.annotation : javax.annotation-api | jar | 1.3.1 |
Group / Artifact | Type | Version |
---|---|---|
org.mockito : mockito-core | jar | 2.18.3 |