is not current version
Last Version 0.9.6

ch.sbb.releasetrain:action 0.9.0


GroupId

GroupId

ch.sbb.releasetrain
ArtifactId

ArtifactId

action
Version

Version

0.9.0
Type

Type

jar

Download action 0.9.0


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