| GroupId | GroupIdfoundation.fluent.api |
|---|---|
| ArtifactId | ArtifactIddsl-hell |
| Version | Version1.8 |
| Type | Typepom |
| Filename | Size |
|---|---|
| dsl-hell-1.8.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.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"]