| Группа | Группаfoundation.fluent.api |
|---|---|
| Идентификатор | Идентификаторdsl-hell |
| Версия | Версия1.8 |
| Тип | Типpom |
| Имя Файла | Размер |
|---|---|
| dsl-hell-1.8.pom | 6 KB |
| Обзор |
<!-- https://jarcasting.com/artifacts/foundation.fluent.api/dsl-hell/ -->
<dependency>
<groupId>foundation.fluent.api</groupId>
<artifactId>dsl-hell</artifactId>
<version>1.8</version>
<type>pom</type>
</dependency>
// https://jarcasting.com/artifacts/foundation.fluent.api/dsl-hell/
implementation 'foundation.fluent.api:dsl-hell:1.8'
// https://jarcasting.com/artifacts/foundation.fluent.api/dsl-hell/
implementation ("foundation.fluent.api:dsl-hell:1.8")
'foundation.fluent.api:dsl-hell:pom:1.8'
<dependency org="foundation.fluent.api" name="dsl-hell" rev="1.8">
<artifact name="dsl-hell" type="pom" />
</dependency>
@Grapes(
@Grab(group='foundation.fluent.api', module='dsl-hell', version='1.8')
)
libraryDependencies += "foundation.fluent.api" % "dsl-hell" % "1.8"
[foundation.fluent.api/dsl-hell "1.8"]