| GroupId | GroupIdch.exense.step |
|---|---|
| ArtifactId | ArtifactIdstep-parent |
| Version | Version3.11.1 |
| Type | Typepom |
| Filename | Size |
|---|---|
| step-parent-3.11.1.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.1</version>
<type>pom</type>
</dependency>
// https://jarcasting.com/artifacts/ch.exense.step/step-parent/
implementation 'ch.exense.step:step-parent:3.11.1'
// https://jarcasting.com/artifacts/ch.exense.step/step-parent/
implementation ("ch.exense.step:step-parent:3.11.1")
'ch.exense.step:step-parent:pom:3.11.1'
<dependency org="ch.exense.step" name="step-parent" rev="3.11.1">
<artifact name="step-parent" type="pom" />
</dependency>
@Grapes(
@Grab(group='ch.exense.step', module='step-parent', version='3.11.1')
)
libraryDependencies += "ch.exense.step" % "step-parent" % "3.11.1"
[ch.exense.step/step-parent "3.11.1"]