| GroupId | GroupIdfoundation.fluent.api |
|---|---|
| ArtifactId | ArtifactIddsl-hell-model |
| Version | Version1.4 |
| Type | Typejar |
| Filename | Size |
|---|---|
| dsl-hell-model-1.4.pom | |
| dsl-hell-model-1.4.jar | 20 KB |
| dsl-hell-model-1.4-sources.jar | 16 KB |
| dsl-hell-model-1.4-javadoc.jar | 116 KB |
| Browse |
<!-- https://jarcasting.com/artifacts/foundation.fluent.api/dsl-hell-model/ -->
<dependency>
<groupId>foundation.fluent.api</groupId>
<artifactId>dsl-hell-model</artifactId>
<version>1.4</version>
</dependency>
// https://jarcasting.com/artifacts/foundation.fluent.api/dsl-hell-model/
implementation 'foundation.fluent.api:dsl-hell-model:1.4'
// https://jarcasting.com/artifacts/foundation.fluent.api/dsl-hell-model/
implementation ("foundation.fluent.api:dsl-hell-model:1.4")
'foundation.fluent.api:dsl-hell-model:jar:1.4'
<dependency org="foundation.fluent.api" name="dsl-hell-model" rev="1.4">
<artifact name="dsl-hell-model" type="jar" />
</dependency>
@Grapes(
@Grab(group='foundation.fluent.api', module='dsl-hell-model', version='1.4')
)
libraryDependencies += "foundation.fluent.api" % "dsl-hell-model" % "1.4"
[foundation.fluent.api/dsl-hell-model "1.4"]