не последняя версия
Последняя версия 1.9

foundation.fluent.api:dsl-hell 1.6

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

Группа

Группа

foundation.fluent.api
Идентификатор

Идентификатор

dsl-hell
Версия

Версия

1.6
Тип

Тип

pom

Скачать dsl-hell 1.6

Имя Файла Размер
dsl-hell-1.6.pom 5 KB
Обзор

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