License |
License |
---|---|
GroupId | GroupIdch.sbb.releasetrain |
ArtifactId | ArtifactIdbusiness |
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 |
---|---|
business-0.0.16.pom | |
business-0.0.16.jar | 19 KB |
business-0.0.16-sources.jar | 10 KB |
business-0.0.16-javadoc.jar | 90 KB |
Browse |
<!-- https://jarcasting.com/artifacts/ch.sbb.releasetrain/business/ -->
<dependency>
<groupId>ch.sbb.releasetrain</groupId>
<artifactId>business</artifactId>
<version>0.0.16</version>
</dependency>
// https://jarcasting.com/artifacts/ch.sbb.releasetrain/business/
implementation 'ch.sbb.releasetrain:business:0.0.16'
// https://jarcasting.com/artifacts/ch.sbb.releasetrain/business/
implementation ("ch.sbb.releasetrain:business:0.0.16")
'ch.sbb.releasetrain:business:jar:0.0.16'
<dependency org="ch.sbb.releasetrain" name="business" rev="0.0.16">
<artifact name="business" type="jar" />
</dependency>
@Grapes(
@Grab(group='ch.sbb.releasetrain', module='business', version='0.0.16')
)
libraryDependencies += "ch.sbb.releasetrain" % "business" % "0.0.16"
[ch.sbb.releasetrain/business "0.0.16"]
Group / Artifact | Type | Version |
---|---|---|
junit : junit | jar | 4.12 |
org.mockito : mockito-core | jar | 2.0.69-beta |