MVN

pro.chenggang : mybatis-r2dbc

Maven & Gradle

Nov 07, 2022
2 usages
52 stars

mybatis-r2dbc

<dependency>
    <groupId>pro.chenggang</groupId>
    <artifactId>mybatis-r2dbc</artifactId>
    <version>1.1.7.RELEASE</version>
</dependency>
Copy
pom.xml
Table Of Contents

Latest Version

Choose a version of pro.chenggang : mybatis-r2dbc to add to Maven or Gradle - Latest Versions:

  • Latest Stable: 1.1.7.RELEASE

All Versions

Choose a version of pro.chenggang : mybatis-r2dbc to add to Maven or Gradle - All Versions:

Version Vulnerabilities Updated
1.2.x
mybatis-r2dbc-1.2.5.RELEASE
mybatis-r2dbc-1.2.4.RELEASE
mybatis-r2dbc-1.2.3.RELEASE
mybatis-r2dbc-1.2.1.RELEASE
mybatis-r2dbc-1.2.0.RELEASE
1.1.x
mybatis-r2dbc-1.1.7.RELEASE
mybatis-r2dbc-1.1.6.RELEASE
mybatis-r2dbc-1.1.5.RELEASE
mybatis-r2dbc-1.1.4.RELEASE
mybatis-r2dbc-1.1.3.RELEASE
mybatis-r2dbc-1.1.2.RELEASE
mybatis-r2dbc-1.1.1.RELEASE
mybatis-r2dbc-1.1.0.RELEASE
1.0.x
mybatis-r2dbc-1.0.9.RELEASE
mybatis-r2dbc-1.0.8.RELEASE
mybatis-r2dbc-1.0.7.RELEASE
mybatis-r2dbc-1.0.6.RELEASE
mybatis-r2dbc-1.0.5.RELEASE
mybatis-r2dbc-1.0.4.RELEASE
mybatis-r2dbc-1.0.3.RELEASE
mybatis-r2dbc-1.0.2.RELEASE
mybatis-r2dbc-1.0.1.RELEASE
mybatis-r2dbc-1.0.0.RELEASE

How to add a dependency to Maven

Add the following pro.chenggang : mybatis-r2dbc maven dependency to the pom.xml file with your favorite IDE (IntelliJ / Eclipse / Netbeans):

<dependency>
    <groupId>pro.chenggang</groupId>
    <artifactId>mybatis-r2dbc</artifactId>
    <version>1.1.7.RELEASE</version>
</dependency>

How to add a dependency to Gradle

Gradle Groovy DSL: Add the following pro.chenggang : mybatis-r2dbc gradle dependency to your build.gradle file:

implementation 'pro.chenggang:mybatis-r2dbc:1.1.7.RELEASE'

Gradle Kotlin DSL: Add the following pro.chenggang : mybatis-r2dbc gradle kotlin dependency to your build.gradle.kts file:

implementation("pro.chenggang:mybatis-r2dbc:1.1.7.RELEASE")

How to add a dependency to SBT Scala

SBT Scala: Add the following pro.chenggang : mybatis-r2dbc sbt scala dependency to your build.sbt file:

libraryDependencies += "pro.chenggang" % "mybatis-r2dbc" % "1.1.7.RELEASE"

Advertisement