MVN

com.ning.billing : killbill-meter

Maven & Gradle

Jan 31, 2013
2 usages
4k stars

killbill-meter

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

Latest Version

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

  • Latest Stable: 0.1.52

All Versions

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

Version Vulnerabilities Updated
0.1.x
killbill-meter-0.1.52
killbill-meter-0.1.51
killbill-meter-0.1.50
killbill-meter-0.1.49
killbill-meter-0.1.48
killbill-meter-0.1.47

How to add a dependency to Maven

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

<dependency>
    <groupId>com.ning.billing</groupId>
    <artifactId>killbill-meter</artifactId>
    <version>0.1.52</version>
</dependency>

How to add a dependency to Gradle

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

implementation 'com.ning.billing:killbill-meter:0.1.52'

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

implementation("com.ning.billing:killbill-meter:0.1.52")

How to add a dependency to SBT Scala

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

libraryDependencies += "com.ning.billing" % "killbill-meter" % "0.1.52"

Advertisement