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