| GroupId | GroupIdorg.occurrent |
|---|---|
| ArtifactId | ArtifactIdmodule-dsl |
| Version | Version0.7.2 |
| Type | Typepom |
| Filename | Size |
|---|---|
| module-dsl-0.7.2.pom | 1 KB |
| Browse |
<!-- https://jarcasting.com/artifacts/org.occurrent/module-dsl/ -->
<dependency>
<groupId>org.occurrent</groupId>
<artifactId>module-dsl</artifactId>
<version>0.7.2</version>
<type>pom</type>
</dependency>
// https://jarcasting.com/artifacts/org.occurrent/module-dsl/
implementation 'org.occurrent:module-dsl:0.7.2'
// https://jarcasting.com/artifacts/org.occurrent/module-dsl/
implementation ("org.occurrent:module-dsl:0.7.2")
'org.occurrent:module-dsl:pom:0.7.2'
<dependency org="org.occurrent" name="module-dsl" rev="0.7.2">
<artifact name="module-dsl" type="pom" />
</dependency>
@Grapes(
@Grab(group='org.occurrent', module='module-dsl', version='0.7.2')
)
libraryDependencies += "org.occurrent" % "module-dsl" % "0.7.2"
[org.occurrent/module-dsl "0.7.2"]