MVN

com.wgzhao.addax : rdbmsreader

Maven & Gradle

Jul 29, 2023
925 stars

rdbms-reader · RDBMS Reader

<dependency>
    <groupId>com.wgzhao.addax</groupId>
    <artifactId>rdbmsreader</artifactId>
    <version>4.1.1</version>
</dependency>
Copy
pom.xml
Table Of Contents

Latest Version

Choose a version of com.wgzhao.addax : rdbmsreader to add to Maven or Gradle - Latest Versions:

  • Latest Stable: 4.1.1

All Versions

Choose a version of com.wgzhao.addax : rdbmsreader to add to Maven or Gradle - All Versions:

Version Vulnerabilities Updated
4.1.x
rdbmsreader-4.1.1
rdbmsreader-4.1.0
4.0.x
rdbmsreader-4.0.12
rdbmsreader-4.0.9
rdbmsreader-4.0.8
rdbmsreader-4.0.7
rdbmsreader-4.0.5
rdbmsreader-4.0.4
rdbmsreader-4.0.3

How to add a dependency to Maven

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

<dependency>
    <groupId>com.wgzhao.addax</groupId>
    <artifactId>rdbmsreader</artifactId>
    <version>4.1.1</version>
</dependency>

How to add a dependency to Gradle

Gradle Groovy DSL: Add the following com.wgzhao.addax : rdbmsreader gradle dependency to your build.gradle file:

implementation 'com.wgzhao.addax:rdbmsreader:4.1.1'

Gradle Kotlin DSL: Add the following com.wgzhao.addax : rdbmsreader gradle kotlin dependency to your build.gradle.kts file:

implementation("com.wgzhao.addax:rdbmsreader:4.1.1")

How to add a dependency to SBT Scala

SBT Scala: Add the following com.wgzhao.addax : rdbmsreader sbt scala dependency to your build.sbt file:

libraryDependencies += "com.wgzhao.addax" % "rdbmsreader" % "4.1.1"

Advertisement