MVN

com.opendxl : dxldatabusclient

Maven & Gradle

Apr 14, 2023
3 stars

OpenDXL Databus Java Client · An OpenDXL Databus client library for Java

<dependency>
    <groupId>com.opendxl</groupId>
    <artifactId>dxldatabusclient</artifactId>
    <version>2.5.1</version>
</dependency>
Copy
pom.xml
Table Of Contents

Latest Version

Choose a version of com.opendxl : dxldatabusclient to add to Maven or Gradle - Latest Versions:

  • Latest Stable: 2.5.1

All Versions

Choose a version of com.opendxl : dxldatabusclient to add to Maven or Gradle - All Versions:

Version Vulnerabilities Updated
2.5.x
dxldatabusclient-2.5.1
dxldatabusclient-2.5.0
2.4.x
dxldatabusclient-2.4.10
dxldatabusclient-2.4.9
dxldatabusclient-2.4.8
dxldatabusclient-2.4.7
dxldatabusclient-2.4.6
dxldatabusclient-2.4.5
dxldatabusclient-2.4.4
dxldatabusclient-2.4.3
dxldatabusclient-2.4.2
dxldatabusclient-2.4.1
dxldatabusclient-2.4.0
2.3.x
dxldatabusclient-2.3.0

How to add a dependency to Maven

Add the following com.opendxl : dxldatabusclient maven dependency to the pom.xml file with your favorite IDE (IntelliJ / Eclipse / Netbeans):

<dependency>
    <groupId>com.opendxl</groupId>
    <artifactId>dxldatabusclient</artifactId>
    <version>2.5.1</version>
</dependency>

How to add a dependency to Gradle

Gradle Groovy DSL: Add the following com.opendxl : dxldatabusclient gradle dependency to your build.gradle file:

implementation 'com.opendxl:dxldatabusclient:2.5.1'

Gradle Kotlin DSL: Add the following com.opendxl : dxldatabusclient gradle kotlin dependency to your build.gradle.kts file:

implementation("com.opendxl:dxldatabusclient:2.5.1")

How to add a dependency to SBT Scala

SBT Scala: Add the following com.opendxl : dxldatabusclient sbt scala dependency to your build.sbt file:

libraryDependencies += "com.opendxl" % "dxldatabusclient" % "2.5.1"

Advertisement