Last Version

Java DSL generator hell 1.9

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

License

License

GroupId

GroupId

foundation.fluent.api
ArtifactId

ArtifactId

dsl-hell
Version

Version

1.9
Type

Type

pom
Description

Description

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.
Project URL

Project URL

https://github.com/c0stra/dsl-hell/wiki/dsl-hell
Source Code Management

Source Code Management

https://github.com/c0stra/dsl-hell

Download dsl-hell 1.9

Filename Size
dsl-hell-1.9.pom 6 KB
Browse

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

Dependencies

test (2)

Group / Artifact Type Version
org.testng : testng jar 7.1.0
org.mockito : mockito-core jar 2.18.3

Project Modules

  • dsl-hell-annotations
  • dsl-hell-compiler
  • dsl-hell-model
  • dsl-hell-plugin
  • dsl-hell-check-plugin