is not current version
Last Version 2.18

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

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

1.3
Type

Type

jar

Download fluent-api-generator-tests 1.3


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