Last Version

Fluent API sentence end check. 1.23

Module provides annotation based Java language extensions, that helps identifying missing methods needed to end a chain (sentence) using fluent API already at compile time.

License

License

GroupId

GroupId

foundation.fluent.api
ArtifactId

ArtifactId

fluent-api-end-check
Version

Version

1.23
Type

Type

jar
Description

Description

Fluent API sentence end check.
Module provides annotation based Java language extensions, that helps identifying missing methods needed to end a chain (sentence) using fluent API already at compile time.
Project URL

Project URL

https://github.com/c0stra/fluent-api-end-check/wiki/fluent-api-end-check
Source Code Management

Source Code Management

https://github.com/c0stra/fluent-api-end-check

Download fluent-api-end-check 1.23


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

Dependencies

test (1)

Group / Artifact Type Version
org.testng : testng jar 6.14.3

Project Modules

There are no modules declared in this project.