GroupId | GroupIdch.sbb.releasetrain |
---|---|
ArtifactId | ArtifactIdbusiness |
Version | Version0.0.4 |
Type | Typejar |
Filename | Size |
---|---|
business-0.0.4.pom | |
business-0.0.4.jar | 19 KB |
business-0.0.4-sources.jar | 10 KB |
business-0.0.4-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.4</version>
</dependency>
// https://jarcasting.com/artifacts/ch.sbb.releasetrain/business/
implementation 'ch.sbb.releasetrain:business:0.0.4'
// https://jarcasting.com/artifacts/ch.sbb.releasetrain/business/
implementation ("ch.sbb.releasetrain:business:0.0.4")
'ch.sbb.releasetrain:business:jar:0.0.4'
<dependency org="ch.sbb.releasetrain" name="business" rev="0.0.4">
<artifact name="business" type="jar" />
</dependency>
@Grapes(
@Grab(group='ch.sbb.releasetrain', module='business', version='0.0.4')
)
libraryDependencies += "ch.sbb.releasetrain" % "business" % "0.0.4"
[ch.sbb.releasetrain/business "0.0.4"]