MVN

cn.taketoday : today-jdbc

Maven & Gradle

Apr 27, 2023
86 stars

today-jdbc · TODAY JDBC

<dependency>
    <groupId>cn.taketoday</groupId>
    <artifactId>today-jdbc</artifactId>
    <version>4.0.0-Draft.3</version>
</dependency>
Copy
pom.xml
Table Of Contents

Latest Version

Choose a version of cn.taketoday : today-jdbc to add to Maven or Gradle - Latest Versions:

  • Latest Stable: 4.0.0-Draft.3

All Versions

Choose a version of cn.taketoday : today-jdbc to add to Maven or Gradle - All Versions:

Version Vulnerabilities Updated
4.0.x
today-jdbc-4.0.0-Draft.3
today-jdbc-4.0.0-Draft.2
today-jdbc-4.0.0-Draft.1
1.0.x
today-jdbc-1.0.0.RELEASE

How to add a dependency to Maven

Add the following cn.taketoday : today-jdbc maven dependency to the pom.xml file with your favorite IDE (IntelliJ / Eclipse / Netbeans):

<dependency>
    <groupId>cn.taketoday</groupId>
    <artifactId>today-jdbc</artifactId>
    <version>4.0.0-Draft.3</version>
</dependency>

How to add a dependency to Gradle

Gradle Groovy DSL: Add the following cn.taketoday : today-jdbc gradle dependency to your build.gradle file:

implementation 'cn.taketoday:today-jdbc:4.0.0-Draft.3'

Gradle Kotlin DSL: Add the following cn.taketoday : today-jdbc gradle kotlin dependency to your build.gradle.kts file:

implementation("cn.taketoday:today-jdbc:4.0.0-Draft.3")

How to add a dependency to SBT Scala

SBT Scala: Add the following cn.taketoday : today-jdbc sbt scala dependency to your build.sbt file:

libraryDependencies += "cn.taketoday" % "today-jdbc" % "4.0.0-Draft.3"

Advertisement

Dependencies from Group

Apr 27, 2023
3 usages
86 stars
Apr 27, 2023
1 usages
86 stars
Aug 07, 2019
1 usages
14 stars
Apr 27, 2023
1 usages
86 stars
Apr 27, 2023
86 stars

Discover Dependencies