MVN

io.electrum : airtime-service-interface

Maven & Gradle

Jun 06, 2022
0 stars

Airtime Service Interface · Airtime Service Interface

<dependency>
    <groupId>io.electrum</groupId>
    <artifactId>airtime-service-interface</artifactId>
    <version>5.26.0</version>
</dependency>
Copy
pom.xml
Table Of Contents

Latest Version

Choose a version of io.electrum : airtime-service-interface to add to Maven or Gradle - Latest Versions:

  • Latest Stable: 5.26.0
  • Latest Release Candidate: 5.23.0-RC4

All Versions

Choose a version of io.electrum : airtime-service-interface to add to Maven or Gradle - All Versions:

Version Vulnerabilities Updated
5.26.x
airtime-service-interface-5.26.0
5.25.x
airtime-service-interface-5.25.0
5.24.x
airtime-service-interface-5.24.0
5.23.x
airtime-service-interface-5.23.0
airtime-service-interface-5.23.0-RC4
5.13.x
airtime-service-interface-5.13.2
airtime-service-interface-5.13.0
5.8.x
airtime-service-interface-5.8.1
airtime-service-interface-5.8.0
5.6.x
airtime-service-interface-5.6.0
5.3.x
airtime-service-interface-5.3.0
5.2.x
airtime-service-interface-5.2.0
5.1.x
airtime-service-interface-5.1.0
5.0.x
airtime-service-interface-5.0.3
airtime-service-interface-5.0.2
4.0.x
airtime-service-interface-4.0.1
airtime-service-interface-4.0.0
3.0.x
airtime-service-interface-3.0.0
2.0.x
airtime-service-interface-2.0.3
airtime-service-interface-2.0.0

How to add a dependency to Maven

Add the following io.electrum : airtime-service-interface maven dependency to the pom.xml file with your favorite IDE (IntelliJ / Eclipse / Netbeans):

<dependency>
    <groupId>io.electrum</groupId>
    <artifactId>airtime-service-interface</artifactId>
    <version>5.26.0</version>
</dependency>

How to add a dependency to Gradle

Gradle Groovy DSL: Add the following io.electrum : airtime-service-interface gradle dependency to your build.gradle file:

implementation 'io.electrum:airtime-service-interface:5.26.0'

Gradle Kotlin DSL: Add the following io.electrum : airtime-service-interface gradle kotlin dependency to your build.gradle.kts file:

implementation("io.electrum:airtime-service-interface:5.26.0")

How to add a dependency to SBT Scala

SBT Scala: Add the following io.electrum : airtime-service-interface sbt scala dependency to your build.sbt file:

libraryDependencies += "io.electrum" % "airtime-service-interface" % "5.26.0"

Advertisement