MVN

io.electrum : billpay-service-interface

Maven & Gradle

Jul 12, 2022
0 stars

Bill Payments Service Interface · Bill Payments Service Interface

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

Latest Version

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

  • Latest Stable: 4.13.0

All Versions

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

Version Vulnerabilities Updated
4.13.x
billpay-service-interface-4.13.0
4.12.x
billpay-service-interface-4.12.0
4.11.x
billpay-service-interface-4.11.0
4.5.x
billpay-service-interface-4.5.1
billpay-service-interface-4.5.0
4.4.x
billpay-service-interface-4.4.2
billpay-service-interface-4.4.0
4.3.x
billpay-service-interface-4.3.1
4.2.x
billpay-service-interface-4.2.0
4.1.x
billpay-service-interface-4.1.0
4.0.x
billpay-service-interface-4.0.0
3.0.x
billpay-service-interface-3.0.3
billpay-service-interface-3.0.1
billpay-service-interface-3.0.0
2.0.x
billpay-service-interface-2.0.5
billpay-service-interface-2.0.4
billpay-service-interface-2.0.1
1.0.x
billpay-service-interface-1.0.1

How to add a dependency to Maven

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

<dependency>
    <groupId>io.electrum</groupId>
    <artifactId>billpay-service-interface</artifactId>
    <version>4.13.0</version>
</dependency>

How to add a dependency to Gradle

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

implementation 'io.electrum:billpay-service-interface:4.13.0'

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

implementation("io.electrum:billpay-service-interface:4.13.0")

How to add a dependency to SBT Scala

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

libraryDependencies += "io.electrum" % "billpay-service-interface" % "4.13.0"

Advertisement