License |
License |
---|---|
GroupId | GroupIdfoundation.fluent.api |
ArtifactId | ArtifactIdfluent-api-generator-annotations |
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-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"]
Group / Artifact | Type | Version |
---|---|---|
javax.annotation : javax.annotation-api | jar | 1.3.1 |
Group / Artifact | Type | Version |
---|---|---|
org.testng : testng | jar | 7.1.0 |
org.mockito : mockito-core | jar | 2.18.3 |