MVN

io.liftwizard : liftwizard-bundle-connection-manager

Maven & Gradle

Nov 20, 2022
1 usages
6 stars

Liftwizard Bundle: Reladomo Connection Manager

<dependency>
    <groupId>io.liftwizard</groupId>
    <artifactId>liftwizard-bundle-connection-manager</artifactId>
    <version>0.27.0</version>
</dependency>
Copy
pom.xml
Table Of Contents

Latest Version

Choose a version of io.liftwizard : liftwizard-bundle-connection-manager to add to Maven or Gradle - Latest Versions:

  • Latest Stable: 0.27.0

All Versions

Choose a version of io.liftwizard : liftwizard-bundle-connection-manager to add to Maven or Gradle - All Versions:

Version Vulnerabilities Updated
0.27.x
liftwizard-bundle-connection-manager-0.27.0
0.26.x
liftwizard-bundle-connection-manager-0.26.0
0.25.x
liftwizard-bundle-connection-manager-0.25.0
0.24.x
liftwizard-bundle-connection-manager-0.24.0
0.23.x
liftwizard-bundle-connection-manager-0.23.0
0.22.x
liftwizard-bundle-connection-manager-0.22.0
0.21.x
liftwizard-bundle-connection-manager-0.21.0
0.20.x
liftwizard-bundle-connection-manager-0.20.0
0.19.x
liftwizard-bundle-connection-manager-0.19.0
0.18.x
liftwizard-bundle-connection-manager-0.18.0
0.17.x
liftwizard-bundle-connection-manager-0.17.0
0.16.x
liftwizard-bundle-connection-manager-0.16.0
0.15.x
liftwizard-bundle-connection-manager-0.15.0
0.14.x
liftwizard-bundle-connection-manager-0.14.0
0.13.x
liftwizard-bundle-connection-manager-0.13.0
0.12.x
liftwizard-bundle-connection-manager-0.12.0
0.11.x
liftwizard-bundle-connection-manager-0.11.0
0.10.x
liftwizard-bundle-connection-manager-0.10.0
0.9.x
liftwizard-bundle-connection-manager-0.9.0
0.8.x
liftwizard-bundle-connection-manager-0.8.0
0.7.x
liftwizard-bundle-connection-manager-0.7.0
0.6.x
liftwizard-bundle-connection-manager-0.6.0
0.5.x
liftwizard-bundle-connection-manager-0.5.0
0.4.x
liftwizard-bundle-connection-manager-0.4.0
0.3.x
liftwizard-bundle-connection-manager-0.3.0
0.2.x
liftwizard-bundle-connection-manager-0.2.0
0.1.x
liftwizard-bundle-connection-manager-0.1.0

How to add a dependency to Maven

Add the following io.liftwizard : liftwizard-bundle-connection-manager maven dependency to the pom.xml file with your favorite IDE (IntelliJ / Eclipse / Netbeans):

<dependency>
    <groupId>io.liftwizard</groupId>
    <artifactId>liftwizard-bundle-connection-manager</artifactId>
    <version>0.27.0</version>
</dependency>

How to add a dependency to Gradle

Gradle Groovy DSL: Add the following io.liftwizard : liftwizard-bundle-connection-manager gradle dependency to your build.gradle file:

implementation 'io.liftwizard:liftwizard-bundle-connection-manager:0.27.0'

Gradle Kotlin DSL: Add the following io.liftwizard : liftwizard-bundle-connection-manager gradle kotlin dependency to your build.gradle.kts file:

implementation("io.liftwizard:liftwizard-bundle-connection-manager:0.27.0")

How to add a dependency to SBT Scala

SBT Scala: Add the following io.liftwizard : liftwizard-bundle-connection-manager sbt scala dependency to your build.sbt file:

libraryDependencies += "io.liftwizard" % "liftwizard-bundle-connection-manager" % "0.27.0"

Advertisement