GroupId | GroupIdch.exense.step |
---|---|
ArtifactId | ArtifactIdstep-plans-core |
Version | Version3.13.0 |
Type | Typejar |
Filename | Size |
---|---|
step-plans-core-3.13.0.pom | |
step-plans-core-3.13.0.jar | 74 KB |
step-plans-core-3.13.0-tests.jar | 19 KB |
step-plans-core-3.13.0-sources.jar | 46 KB |
step-plans-core-3.13.0-javadoc.jar | 740 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.13.0</version>
</dependency>
// https://jarcasting.com/artifacts/ch.exense.step/step-plans-core/
implementation 'ch.exense.step:step-plans-core:3.13.0'
// https://jarcasting.com/artifacts/ch.exense.step/step-plans-core/
implementation ("ch.exense.step:step-plans-core:3.13.0")
'ch.exense.step:step-plans-core:jar:3.13.0'
<dependency org="ch.exense.step" name="step-plans-core" rev="3.13.0">
<artifact name="step-plans-core" type="jar" />
</dependency>
@Grapes(
@Grab(group='ch.exense.step', module='step-plans-core', version='3.13.0')
)
libraryDependencies += "ch.exense.step" % "step-plans-core" % "3.13.0"
[ch.exense.step/step-plans-core "3.13.0"]