| GroupId | GroupIdfoundation.fluent.api |
|---|---|
| ArtifactId | ArtifactIddsl-hell-check-plugin |
| Version | Version1.6 |
| Type | Typejar |
<!-- https://jarcasting.com/artifacts/foundation.fluent.api/dsl-hell-check-plugin/ -->
<dependency>
<groupId>foundation.fluent.api</groupId>
<artifactId>dsl-hell-check-plugin</artifactId>
<version>1.6</version>
</dependency>
// https://jarcasting.com/artifacts/foundation.fluent.api/dsl-hell-check-plugin/
implementation 'foundation.fluent.api:dsl-hell-check-plugin:1.6'
// https://jarcasting.com/artifacts/foundation.fluent.api/dsl-hell-check-plugin/
implementation ("foundation.fluent.api:dsl-hell-check-plugin:1.6")
'foundation.fluent.api:dsl-hell-check-plugin:jar:1.6'
<dependency org="foundation.fluent.api" name="dsl-hell-check-plugin" rev="1.6">
<artifact name="dsl-hell-check-plugin" type="jar" />
</dependency>
@Grapes(
@Grab(group='foundation.fluent.api', module='dsl-hell-check-plugin', version='1.6')
)
libraryDependencies += "foundation.fluent.api" % "dsl-hell-check-plugin" % "1.6"
[foundation.fluent.api/dsl-hell-check-plugin "1.6"]