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