MVN

io.electrum : prepaidutility-service-interface

Maven & Gradle

Jul 10, 2019
2 stars

Prepaid Utility Service Interface · Prepaid Utility Service Interface

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

Latest Version

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

  • Latest Stable: 3.5.2

All Versions

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

Version Vulnerabilities Updated
3.5.x
prepaidutility-service-interface-3.5.2
prepaidutility-service-interface-3.5.1
prepaidutility-service-interface-3.5.0
3.3.x
prepaidutility-service-interface-3.3.0
3.2.x
prepaidutility-service-interface-3.2.0
2.1.x
prepaidutility-service-interface-2.1.0
2.0.x
prepaidutility-service-interface-2.0.0
1.1.x
prepaidutility-service-interface-1.1.2

How to add a dependency to Maven

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

<dependency>
    <groupId>io.electrum</groupId>
    <artifactId>prepaidutility-service-interface</artifactId>
    <version>3.5.2</version>
</dependency>

How to add a dependency to Gradle

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

implementation 'io.electrum:prepaidutility-service-interface:3.5.2'

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

implementation("io.electrum:prepaidutility-service-interface:3.5.2")

How to add a dependency to SBT Scala

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

libraryDependencies += "io.electrum" % "prepaidutility-service-interface" % "3.5.2"