is not current version
Last Version 3.10.3

ch.exense.step:commons 3.8.2


GroupId

GroupId

ch.exense.step
ArtifactId

ArtifactId

commons
Version

Version

3.8.2
Type

Type

jar

Download commons 3.8.2


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