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