GroupId | GroupIdio.electrum |
---|---|
ArtifactId | ArtifactIdairtime-service-interface |
Version | Version4.0.0 |
Type | Typejar |
<!-- https://jarcasting.com/artifacts/io.electrum/airtime-service-interface/ -->
<dependency>
<groupId>io.electrum</groupId>
<artifactId>airtime-service-interface</artifactId>
<version>4.0.0</version>
</dependency>
// https://jarcasting.com/artifacts/io.electrum/airtime-service-interface/
implementation 'io.electrum:airtime-service-interface:4.0.0'
// https://jarcasting.com/artifacts/io.electrum/airtime-service-interface/
implementation ("io.electrum:airtime-service-interface:4.0.0")
'io.electrum:airtime-service-interface:jar:4.0.0'
<dependency org="io.electrum" name="airtime-service-interface" rev="4.0.0">
<artifact name="airtime-service-interface" type="jar" />
</dependency>
@Grapes(
@Grab(group='io.electrum', module='airtime-service-interface', version='4.0.0')
)
libraryDependencies += "io.electrum" % "airtime-service-interface" % "4.0.0"
[io.electrum/airtime-service-interface "4.0.0"]