is not current version
Last Version 2.18

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

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.0
Type

Type

jar

Download fluent-api-generator-tests 2.0


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