is not current version
Last Version 1.23

foundation.fluent.api:fluent-api-end-check 1.13

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.

GroupId

GroupId

foundation.fluent.api
ArtifactId

ArtifactId

fluent-api-end-check
Version

Version

1.13
Type

Type

jar

Download fluent-api-end-check 1.13


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