GroupId | GroupIdch.sbb.releasetrain |
---|---|
ArtifactId | ArtifactIdaction |
Version | Version0.9.4 |
Type | Typejar |
Filename | Size |
---|---|
action-0.9.4.pom | |
action-0.9.4.jar | 11 KB |
action-0.9.4-sources.jar | 6 KB |
action-0.9.4-javadoc.jar | 52 KB |
Browse |
<!-- https://jarcasting.com/artifacts/ch.sbb.releasetrain/action/ -->
<dependency>
<groupId>ch.sbb.releasetrain</groupId>
<artifactId>action</artifactId>
<version>0.9.4</version>
</dependency>
// https://jarcasting.com/artifacts/ch.sbb.releasetrain/action/
implementation 'ch.sbb.releasetrain:action:0.9.4'
// https://jarcasting.com/artifacts/ch.sbb.releasetrain/action/
implementation ("ch.sbb.releasetrain:action:0.9.4")
'ch.sbb.releasetrain:action:jar:0.9.4'
<dependency org="ch.sbb.releasetrain" name="action" rev="0.9.4">
<artifact name="action" type="jar" />
</dependency>
@Grapes(
@Grab(group='ch.sbb.releasetrain', module='action', version='0.9.4')
)
libraryDependencies += "ch.sbb.releasetrain" % "action" % "0.9.4"
[ch.sbb.releasetrain/action "0.9.4"]