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