GroupId | GroupIdch.exense.step |
---|---|
ArtifactId | ArtifactIdcore |
Version | Version3.8.0 |
Type | Typejar |
Filename | Size |
---|---|
core-3.8.0.pom | |
core-3.8.0.jar | 271 KB |
core-3.8.0-tests.jar | 33 KB |
core-3.8.0-sources.jar | 173 KB |
core-3.8.0-javadoc.jar | 1 MB |
Browse |
<!-- https://jarcasting.com/artifacts/ch.exense.step/core/ -->
<dependency>
<groupId>ch.exense.step</groupId>
<artifactId>core</artifactId>
<version>3.8.0</version>
</dependency>
// https://jarcasting.com/artifacts/ch.exense.step/core/
implementation 'ch.exense.step:core:3.8.0'
// https://jarcasting.com/artifacts/ch.exense.step/core/
implementation ("ch.exense.step:core:3.8.0")
'ch.exense.step:core:jar:3.8.0'
<dependency org="ch.exense.step" name="core" rev="3.8.0">
<artifact name="core" type="jar" />
</dependency>
@Grapes(
@Grab(group='ch.exense.step', module='core', version='3.8.0')
)
libraryDependencies += "ch.exense.step" % "core" % "3.8.0"
[ch.exense.step/core "3.8.0"]