MVN

com.ning.billing : killbill-currency

Maven & Gradle

May 04, 2014
3 usages
2.3k stars

killbill-currency

<dependency>
    <groupId>com.ning.billing</groupId>
    <artifactId>killbill-currency</artifactId>
    <version>0.8.14</version>
</dependency>
Copy
pom.xml
Table Of Contents

Latest Version

Choose a version of com.ning.billing : killbill-currency to add to Maven or Gradle - Latest Versions:

  • Latest Stable: 0.8.14

All Versions

Choose a version of com.ning.billing : killbill-currency to add to Maven or Gradle - All Versions:

Version Vulnerabilities Updated
0.8.x
killbill-currency-0.8.14
killbill-currency-0.8.13
killbill-currency-0.8.12
killbill-currency-0.8.11
killbill-currency-0.8.10
killbill-currency-0.8.9
killbill-currency-0.8.8
killbill-currency-0.8.7
killbill-currency-0.8.6
killbill-currency-0.8.5
killbill-currency-0.8.4
killbill-currency-0.8.3
killbill-currency-0.8.2
killbill-currency-0.8.1

How to add a dependency to Maven

Add the following com.ning.billing : killbill-currency maven dependency to the pom.xml file with your favorite IDE (IntelliJ / Eclipse / Netbeans):

<dependency>
    <groupId>com.ning.billing</groupId>
    <artifactId>killbill-currency</artifactId>
    <version>0.8.14</version>
</dependency>

How to add a dependency to Gradle

Gradle Groovy DSL: Add the following com.ning.billing : killbill-currency gradle dependency to your build.gradle file:

implementation 'com.ning.billing:killbill-currency:0.8.14'

Gradle Kotlin DSL: Add the following com.ning.billing : killbill-currency gradle kotlin dependency to your build.gradle.kts file:

implementation("com.ning.billing:killbill-currency:0.8.14")

How to add a dependency to SBT Scala

SBT Scala: Add the following com.ning.billing : killbill-currency sbt scala dependency to your build.sbt file:

libraryDependencies += "com.ning.billing" % "killbill-currency" % "0.8.14"