License |
License |
---|---|
GroupId | GroupIdch.sbb.releasetrain |
ArtifactId | ArtifactIdplugins |
Last Version | Last Version0.0.16 |
Release Date | Release Date |
Type | Typejar |
Description |
DescriptionMaven Plugins to schedule parametrized Release Builds on a CI Environment
|
Filename | Size |
---|---|
plugins-0.0.16.pom | |
plugins-0.0.16.jar | 5 KB |
plugins-0.0.16-sources.jar | 3 KB |
plugins-0.0.16-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.16</version>
</dependency>
// https://jarcasting.com/artifacts/ch.sbb.releasetrain/plugins/
implementation 'ch.sbb.releasetrain:plugins:0.0.16'
// https://jarcasting.com/artifacts/ch.sbb.releasetrain/plugins/
implementation ("ch.sbb.releasetrain:plugins:0.0.16")
'ch.sbb.releasetrain:plugins:jar:0.0.16'
<dependency org="ch.sbb.releasetrain" name="plugins" rev="0.0.16">
<artifact name="plugins" type="jar" />
</dependency>
@Grapes(
@Grab(group='ch.sbb.releasetrain', module='plugins', version='0.0.16')
)
libraryDependencies += "ch.sbb.releasetrain" % "plugins" % "0.0.16"
[ch.sbb.releasetrain/plugins "0.0.16"]
Group / Artifact | Type | Version |
---|---|---|
junit : junit | jar | 4.12 |
org.mockito : mockito-core | jar | 2.0.69-beta |