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