GroupId | GroupIdch.abertschi.sct |
---|---|
ArtifactId | ArtifactIdservice-call-tracker-api |
Version | Version0.1.0-alpha11 |
Type | Typejar |
<!-- https://jarcasting.com/artifacts/ch.abertschi.sct/service-call-tracker-api/ -->
<dependency>
<groupId>ch.abertschi.sct</groupId>
<artifactId>service-call-tracker-api</artifactId>
<version>0.1.0-alpha11</version>
</dependency>
// https://jarcasting.com/artifacts/ch.abertschi.sct/service-call-tracker-api/
implementation 'ch.abertschi.sct:service-call-tracker-api:0.1.0-alpha11'
// https://jarcasting.com/artifacts/ch.abertschi.sct/service-call-tracker-api/
implementation ("ch.abertschi.sct:service-call-tracker-api:0.1.0-alpha11")
'ch.abertschi.sct:service-call-tracker-api:jar:0.1.0-alpha11'
<dependency org="ch.abertschi.sct" name="service-call-tracker-api" rev="0.1.0-alpha11">
<artifact name="service-call-tracker-api" type="jar" />
</dependency>
@Grapes(
@Grab(group='ch.abertschi.sct', module='service-call-tracker-api', version='0.1.0-alpha11')
)
libraryDependencies += "ch.abertschi.sct" % "service-call-tracker-api" % "0.1.0-alpha11"
[ch.abertschi.sct/service-call-tracker-api "0.1.0-alpha11"]