is not current version
Last Version 2.18

foundation.fluent.api:fluent-api-generator-tests 2.4

Tests for fluent API generator. They are deployed as maven plugin, which doesn't require the maven project, so they can be executed by anybody simply by running: mvn foundation.fluent.api:fluent-api-generator-project:run

GroupId

GroupId

foundation.fluent.api
ArtifactId

ArtifactId

fluent-api-generator-tests
Version

Version

2.4
Type

Type

jar

Download fluent-api-generator-tests 2.4


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