| GroupId | GroupIdch.exense.step |
|---|---|
| ArtifactId | ArtifactIdstep-parent |
| Version | Version3.11.0 |
| Type | Typepom |
| Filename | Size |
|---|---|
| step-parent-3.11.0.pom | 10 KB |
| Browse |
<!-- https://jarcasting.com/artifacts/ch.exense.step/step-parent/ -->
<dependency>
<groupId>ch.exense.step</groupId>
<artifactId>step-parent</artifactId>
<version>3.11.0</version>
<type>pom</type>
</dependency>
// https://jarcasting.com/artifacts/ch.exense.step/step-parent/
implementation 'ch.exense.step:step-parent:3.11.0'
// https://jarcasting.com/artifacts/ch.exense.step/step-parent/
implementation ("ch.exense.step:step-parent:3.11.0")
'ch.exense.step:step-parent:pom:3.11.0'
<dependency org="ch.exense.step" name="step-parent" rev="3.11.0">
<artifact name="step-parent" type="pom" />
</dependency>
@Grapes(
@Grab(group='ch.exense.step', module='step-parent', version='3.11.0')
)
libraryDependencies += "ch.exense.step" % "step-parent" % "3.11.0"
[ch.exense.step/step-parent "3.11.0"]