MVN

org.kill-bill.billing : killbill-platform-osgi-bundles-eureka

Maven & Gradle

May 24, 2023
21 stars

killbill-platform-osgi-bundles-eureka

<dependency>
    <groupId>org.kill-bill.billing</groupId>
    <artifactId>killbill-platform-osgi-bundles-eureka</artifactId>
    <version>0.41.3</version>
</dependency>
Copy
pom.xml
Table Of Contents

Latest Version

Choose a version of org.kill-bill.billing : killbill-platform-osgi-bundles-eureka to add to Maven or Gradle - Latest Versions:

  • Latest Stable: 0.41.3

All Versions

Choose a version of org.kill-bill.billing : killbill-platform-osgi-bundles-eureka to add to Maven or Gradle - All Versions:

Version Vulnerabilities Updated
0.41.x
killbill-platform-osgi-bundles-eureka-0.41.3
killbill-platform-osgi-bundles-eureka-0.41.2
killbill-platform-osgi-bundles-eureka-0.41.1
killbill-platform-osgi-bundles-eureka-0.41.0

How to add a dependency to Maven

Add the following org.kill-bill.billing : killbill-platform-osgi-bundles-eureka maven dependency to the pom.xml file with your favorite IDE (IntelliJ / Eclipse / Netbeans):

<dependency>
    <groupId>org.kill-bill.billing</groupId>
    <artifactId>killbill-platform-osgi-bundles-eureka</artifactId>
    <version>0.41.3</version>
</dependency>

How to add a dependency to Gradle

Gradle Groovy DSL: Add the following org.kill-bill.billing : killbill-platform-osgi-bundles-eureka gradle dependency to your build.gradle file:

implementation 'org.kill-bill.billing:killbill-platform-osgi-bundles-eureka:0.41.3'

Gradle Kotlin DSL: Add the following org.kill-bill.billing : killbill-platform-osgi-bundles-eureka gradle kotlin dependency to your build.gradle.kts file:

implementation("org.kill-bill.billing:killbill-platform-osgi-bundles-eureka:0.41.3")

How to add a dependency to SBT Scala

SBT Scala: Add the following org.kill-bill.billing : killbill-platform-osgi-bundles-eureka sbt scala dependency to your build.sbt file:

libraryDependencies += "org.kill-bill.billing" % "killbill-platform-osgi-bundles-eureka" % "0.41.3"