MVN

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

Maven & Gradle

Mar 10, 2021
7 usages
4 stars

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.

<dependency>
    <groupId>foundation.fluent.api</groupId>
    <artifactId>fluent-api-end-check</artifactId>
    <version>1.23</version>
</dependency>
Copy
pom.xml
Table Of Contents

Latest Version

Choose a version of foundation.fluent.api : fluent-api-end-check to add to Maven or Gradle - Latest Versions:

  • Latest Stable: 1.23

All Versions

Choose a version of foundation.fluent.api : fluent-api-end-check to add to Maven or Gradle - All Versions:

Version Vulnerabilities Updated
1.23
fluent-api-end-check-1.23
1.22
fluent-api-end-check-1.22
1.21
fluent-api-end-check-1.21
1.20
fluent-api-end-check-1.20
1.19
fluent-api-end-check-1.19
1.18
fluent-api-end-check-1.18
1.17
fluent-api-end-check-1.17
1.16
fluent-api-end-check-1.16
1.15
fluent-api-end-check-1.15
1.14
fluent-api-end-check-1.14
1.13
fluent-api-end-check-1.13
1.12
fluent-api-end-check-1.12
1.11
fluent-api-end-check-1.11
1.10
fluent-api-end-check-1.10
1.9
fluent-api-end-check-1.9
1.8
fluent-api-end-check-1.8
1.7
fluent-api-end-check-1.7
1.6
fluent-api-end-check-1.6
1.5
fluent-api-end-check-1.5
1.4
fluent-api-end-check-1.4
1.3
fluent-api-end-check-1.3
1.2
fluent-api-end-check-1.2
1.1
fluent-api-end-check-1.1
1.0
fluent-api-end-check-1.0

How to add a dependency to Maven

Add the following foundation.fluent.api : fluent-api-end-check maven dependency to the pom.xml file with your favorite IDE (IntelliJ / Eclipse / Netbeans):

<dependency>
    <groupId>foundation.fluent.api</groupId>
    <artifactId>fluent-api-end-check</artifactId>
    <version>1.23</version>
</dependency>

How to add a dependency to Gradle

Gradle Groovy DSL: Add the following foundation.fluent.api : fluent-api-end-check gradle dependency to your build.gradle file:

implementation 'foundation.fluent.api:fluent-api-end-check:1.23'

Gradle Kotlin DSL: Add the following foundation.fluent.api : fluent-api-end-check gradle kotlin dependency to your build.gradle.kts file:

implementation("foundation.fluent.api:fluent-api-end-check:1.23")

How to add a dependency to SBT Scala

SBT Scala: Add the following foundation.fluent.api : fluent-api-end-check sbt scala dependency to your build.sbt file:

libraryDependencies += "foundation.fluent.api" % "fluent-api-end-check" % "1.23"

Advertisement