is not current version
Last Version 1.9

foundation.fluent.api:dsl-hell 1.5

Java fluent DSL generator, allowing to focus on automation (logic), and only describe it with metadata to get complete java DSL generated.

GroupId

GroupId

foundation.fluent.api
ArtifactId

ArtifactId

dsl-hell
Version

Version

1.5
Type

Type

pom

Download dsl-hell 1.5

Filename Size
dsl-hell-1.5.pom 5 KB
Browse

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