MVN

foundation.fluent.api : dsl-hell

Maven & Gradle

Nov 18, 2021
4 stars

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

<dependency>
    <groupId>foundation.fluent.api</groupId>
    <artifactId>dsl-hell</artifactId>
    <version>1.9</version>
</dependency>
Copy
pom.xml
Table Of Contents

Latest Version

Choose a version of foundation.fluent.api : dsl-hell to add to Maven - Latest Versions:

  • Latest Stable: 1.9

All Versions

Choose a version of foundation.fluent.api : dsl-hell to add to Maven - All Versions:

Version Vulnerabilities Updated
1.9
dsl-hell-1.9
1.8
dsl-hell-1.8
1.7
dsl-hell-1.7
1.6
dsl-hell-1.6
1.5
dsl-hell-1.5
1.4
dsl-hell-1.4
1.3
dsl-hell-1.3
1.2
dsl-hell-1.2
1.1
dsl-hell-1.1
1.0
dsl-hell-1.0

How to add a POM dependency to Maven

POM as dependency in dependencyManagement

<dependency>
    <groupId>foundation.fluent.api</groupId>
    <artifactId>dsl-hell</artifactId>
    <version>1.9</version>
</dependency>

Advertisement