MVN

org.kill-bill.billing.plugin : killbill-plugin-api-usage

Maven & Gradle

Dec 10, 2022
7 usages
5 stars

Kill Bill usage plugin apis

<dependency>
    <groupId>org.kill-bill.billing.plugin</groupId>
    <artifactId>killbill-plugin-api-usage</artifactId>
    <version>0.27.0</version>
</dependency>
Copy
pom.xml
Table Of Contents

Latest Version

Choose a version of org.kill-bill.billing.plugin : killbill-plugin-api-usage to add to Maven or Gradle - Latest Versions:

  • Latest Stable: 0.27.0

All Versions

Choose a version of org.kill-bill.billing.plugin : killbill-plugin-api-usage to add to Maven or Gradle - All Versions:

Version Vulnerabilities Updated
0.27.x
killbill-plugin-api-usage-0.27.0
0.26.x
killbill-plugin-api-usage-0.26.4
killbill-plugin-api-usage-0.26.3
killbill-plugin-api-usage-0.26.2
killbill-plugin-api-usage-0.26.1
killbill-plugin-api-usage-0.26.0

How to add a dependency to Maven

Add the following org.kill-bill.billing.plugin : killbill-plugin-api-usage maven dependency to the pom.xml file with your favorite IDE (IntelliJ / Eclipse / Netbeans):

<dependency>
    <groupId>org.kill-bill.billing.plugin</groupId>
    <artifactId>killbill-plugin-api-usage</artifactId>
    <version>0.27.0</version>
</dependency>

How to add a dependency to Gradle

Gradle Groovy DSL: Add the following org.kill-bill.billing.plugin : killbill-plugin-api-usage gradle dependency to your build.gradle file:

implementation 'org.kill-bill.billing.plugin:killbill-plugin-api-usage:0.27.0'

Gradle Kotlin DSL: Add the following org.kill-bill.billing.plugin : killbill-plugin-api-usage gradle kotlin dependency to your build.gradle.kts file:

implementation("org.kill-bill.billing.plugin:killbill-plugin-api-usage:0.27.0")

How to add a dependency to SBT Scala

SBT Scala: Add the following org.kill-bill.billing.plugin : killbill-plugin-api-usage sbt scala dependency to your build.sbt file:

libraryDependencies += "org.kill-bill.billing.plugin" % "killbill-plugin-api-usage" % "0.27.0"