| Группа | Группаch.abertschi.sct |
|---|---|
| Идентификатор | Идентификаторservice-call-tracker-impl |
| Версия | Версия0.1.0-alpha11 |
| Тип | Типjar |
<!-- https://jarcasting.com/artifacts/ch.abertschi.sct/service-call-tracker-impl/ -->
<dependency>
<groupId>ch.abertschi.sct</groupId>
<artifactId>service-call-tracker-impl</artifactId>
<version>0.1.0-alpha11</version>
</dependency>
// https://jarcasting.com/artifacts/ch.abertschi.sct/service-call-tracker-impl/
implementation 'ch.abertschi.sct:service-call-tracker-impl:0.1.0-alpha11'
// https://jarcasting.com/artifacts/ch.abertschi.sct/service-call-tracker-impl/
implementation ("ch.abertschi.sct:service-call-tracker-impl:0.1.0-alpha11")
'ch.abertschi.sct:service-call-tracker-impl:jar:0.1.0-alpha11'
<dependency org="ch.abertschi.sct" name="service-call-tracker-impl" rev="0.1.0-alpha11">
<artifact name="service-call-tracker-impl" type="jar" />
</dependency>
@Grapes(
@Grab(group='ch.abertschi.sct', module='service-call-tracker-impl', version='0.1.0-alpha11')
)
libraryDependencies += "ch.abertschi.sct" % "service-call-tracker-impl" % "0.1.0-alpha11"
[ch.abertschi.sct/service-call-tracker-impl "0.1.0-alpha11"]