is not current version
Last Version 0.0.16

ch.sbb.releasetrain:plugins 0.0.5


GroupId

GroupId

ch.sbb.releasetrain
ArtifactId

ArtifactId

plugins
Version

Version

0.0.5
Type

Type

jar

Download plugins 0.0.5


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