is not current version
Last Version 3.10.3

ch.exense.step:commons 3.7.1


GroupId

GroupId

ch.exense.step
ArtifactId

ArtifactId

commons
Version

Version

3.7.1
Type

Type

jar

Download commons 3.7.1


<!-- https://jarcasting.com/artifacts/ch.exense.step/commons/ -->
<dependency>
    <groupId>ch.exense.step</groupId>
    <artifactId>commons</artifactId>
    <version>3.7.1</version>
</dependency>
// https://jarcasting.com/artifacts/ch.exense.step/commons/
implementation 'ch.exense.step:commons:3.7.1'
// https://jarcasting.com/artifacts/ch.exense.step/commons/
implementation ("ch.exense.step:commons:3.7.1")
'ch.exense.step:commons:jar:3.7.1'
<dependency org="ch.exense.step" name="commons" rev="3.7.1">
  <artifact name="commons" type="jar" />
</dependency>
@Grapes(
@Grab(group='ch.exense.step', module='commons', version='3.7.1')
)
libraryDependencies += "ch.exense.step" % "commons" % "3.7.1"
[ch.exense.step/commons "3.7.1"]