| GroupId | GroupIdch.exense.step |
|---|---|
| ArtifactId | ArtifactIdstep-plans-core |
| Version | Version3.15.2 |
| Type | Typejar |
| Filename | Size |
|---|---|
| step-plans-core-3.15.2.pom | |
| step-plans-core-3.15.2.jar | 119 KB |
| step-plans-core-3.15.2-tests.jar | 23 KB |
| step-plans-core-3.15.2-sources.jar | 94 KB |
| step-plans-core-3.15.2-javadoc.jar | 965 KB |
| Browse |
<!-- https://jarcasting.com/artifacts/ch.exense.step/step-plans-core/ -->
<dependency>
<groupId>ch.exense.step</groupId>
<artifactId>step-plans-core</artifactId>
<version>3.15.2</version>
</dependency>
// https://jarcasting.com/artifacts/ch.exense.step/step-plans-core/
implementation 'ch.exense.step:step-plans-core:3.15.2'
// https://jarcasting.com/artifacts/ch.exense.step/step-plans-core/
implementation ("ch.exense.step:step-plans-core:3.15.2")
'ch.exense.step:step-plans-core:jar:3.15.2'
<dependency org="ch.exense.step" name="step-plans-core" rev="3.15.2">
<artifact name="step-plans-core" type="jar" />
</dependency>
@Grapes(
@Grab(group='ch.exense.step', module='step-plans-core', version='3.15.2')
)
libraryDependencies += "ch.exense.step" % "step-plans-core" % "3.15.2"
[ch.exense.step/step-plans-core "3.15.2"]