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