is not current version
Last Version 0.9.6

ch.sbb.releasetrain:utils 0.9.5


GroupId

GroupId

ch.sbb.releasetrain
ArtifactId

ArtifactId

utils
Version

Version

0.9.5
Type

Type

jar

Download utils 0.9.5


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