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