MVN

ai.ylyue : yue-library-data-jdbc

Maven & Gradle

Dec 27, 2022
2 usages

yue-library-data-jdbc · yue-library-data-jdbc

<dependency>
    <groupId>ai.ylyue</groupId>
    <artifactId>yue-library-data-jdbc</artifactId>
    <version>j11.2.6.1</version>
</dependency>
Copy
pom.xml
Table Of Contents

Latest Version

Choose a version of ai.ylyue : yue-library-data-jdbc to add to Maven or Gradle - Latest Versions:

  • Latest Stable: j11.2.6.1

All Versions

Choose a version of ai.ylyue : yue-library-data-jdbc to add to Maven or Gradle - All Versions:

Version Vulnerabilities Updated
2.1.x
yue-library-data-jdbc-2.1.0
j11.2.x
yue-library-data-jdbc-j11.2.6.1
yue-library-data-jdbc-j11.2.6.0
yue-library-data-jdbc-j11.2.4.0
yue-library-data-jdbc-j11.2.3.3
yue-library-data-jdbc-j11.2.3.2
yue-library-data-jdbc-j11.2.3.1
yue-library-data-jdbc-j11.2.3.0
yue-library-data-jdbc-j11.2.2.0
j8.2.x
yue-library-data-jdbc-j8.2.4.0
yue-library-data-jdbc-j8.2.3.3
yue-library-data-jdbc-j8.2.3.2
yue-library-data-jdbc-j8.2.3.1
yue-library-data-jdbc-j8.2.3.0
yue-library-data-jdbc-j8.2.2.0
Finchley.SR4.x
yue-library-data-jdbc-Finchley.SR4.1
Greenwich.SR2.x
yue-library-data-jdbc-Greenwich.SR2.1
Finchley.SR4
yue-library-data-jdbc-Finchley.SR4
Greenwich.SR2
yue-library-data-jdbc-Greenwich.SR2
Greenwich.SR1.x
yue-library-data-jdbc-Greenwich.SR1.2
yue-library-data-jdbc-Greenwich.SR1.SR1
Greenwich.SR1
yue-library-data-jdbc-Greenwich.SR1
Finchley.SR2.x
yue-library-data-jdbc-Finchley.SR2.SR1

How to add a dependency to Maven

Add the following ai.ylyue : yue-library-data-jdbc maven dependency to the pom.xml file with your favorite IDE (IntelliJ / Eclipse / Netbeans):

<dependency>
    <groupId>ai.ylyue</groupId>
    <artifactId>yue-library-data-jdbc</artifactId>
    <version>j11.2.6.1</version>
</dependency>

How to add a dependency to Gradle

Gradle Groovy DSL: Add the following ai.ylyue : yue-library-data-jdbc gradle dependency to your build.gradle file:

implementation 'ai.ylyue:yue-library-data-jdbc:j11.2.6.1'

Gradle Kotlin DSL: Add the following ai.ylyue : yue-library-data-jdbc gradle kotlin dependency to your build.gradle.kts file:

implementation("ai.ylyue:yue-library-data-jdbc:j11.2.6.1")

How to add a dependency to SBT Scala

SBT Scala: Add the following ai.ylyue : yue-library-data-jdbc sbt scala dependency to your build.sbt file:

libraryDependencies += "ai.ylyue" % "yue-library-data-jdbc" % "j11.2.6.1"

Advertisement