MVN

org.anyline : anyline-data-jdbc-yugabyte

Maven & Gradle

Jan 03, 2024

anyline-data-jdbc-yugabyte · yugabyte

<dependency>
    <groupId>org.anyline</groupId>
    <artifactId>anyline-data-jdbc-yugabyte</artifactId>
    <version>8.7.1-20240103</version>
</dependency>
Copy
pom.xml
Table Of Contents

Latest Version

Choose a version of org.anyline : anyline-data-jdbc-yugabyte to add to Maven or Gradle - Latest Versions:

  • Latest Stable: 8.7.1-20240103

All Versions

Choose a version of org.anyline : anyline-data-jdbc-yugabyte to add to Maven or Gradle - All Versions:

Version Vulnerabilities Updated
8.7.x
anyline-data-jdbc-yugabyte-8.7.1-20240103

How to add a dependency to Maven

Add the following org.anyline : anyline-data-jdbc-yugabyte maven dependency to the pom.xml file with your favorite IDE (IntelliJ / Eclipse / Netbeans):

<dependency>
    <groupId>org.anyline</groupId>
    <artifactId>anyline-data-jdbc-yugabyte</artifactId>
    <version>8.7.1-20240103</version>
</dependency>

How to add a dependency to Gradle

Gradle Groovy DSL: Add the following org.anyline : anyline-data-jdbc-yugabyte gradle dependency to your build.gradle file:

implementation 'org.anyline:anyline-data-jdbc-yugabyte:8.7.1-20240103'

Gradle Kotlin DSL: Add the following org.anyline : anyline-data-jdbc-yugabyte gradle kotlin dependency to your build.gradle.kts file:

implementation("org.anyline:anyline-data-jdbc-yugabyte:8.7.1-20240103")

How to add a dependency to SBT Scala

SBT Scala: Add the following org.anyline : anyline-data-jdbc-yugabyte sbt scala dependency to your build.sbt file:

libraryDependencies += "org.anyline" % "anyline-data-jdbc-yugabyte" % "8.7.1-20240103"