MVN

com.cnbbx : cnbbx-mybatis

Maven & Gradle

Apr 21, 2023

cnbbx-mybatis · 继承Mapper实现的方法,无需编写太多mapper.xml文件,即可获得CRUD功能。

<dependency>
    <groupId>com.cnbbx</groupId>
    <artifactId>cnbbx-mybatis</artifactId>
    <version>1.3.1</version>
</dependency>
Copy
pom.xml
Table Of Contents

Latest Version

Choose a version of com.cnbbx : cnbbx-mybatis to add to Maven or Gradle - Latest Versions:

  • Latest Stable: 1.3.1

All Versions

Choose a version of com.cnbbx : cnbbx-mybatis to add to Maven or Gradle - All Versions:

Version Vulnerabilities Updated
1.3.x
cnbbx-mybatis-1.3.1
1.3
cnbbx-mybatis-1.3

How to add a dependency to Maven

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

<dependency>
    <groupId>com.cnbbx</groupId>
    <artifactId>cnbbx-mybatis</artifactId>
    <version>1.3.1</version>
</dependency>

How to add a dependency to Gradle

Gradle Groovy DSL: Add the following com.cnbbx : cnbbx-mybatis gradle dependency to your build.gradle file:

implementation 'com.cnbbx:cnbbx-mybatis:1.3.1'

Gradle Kotlin DSL: Add the following com.cnbbx : cnbbx-mybatis gradle kotlin dependency to your build.gradle.kts file:

implementation("com.cnbbx:cnbbx-mybatis:1.3.1")

How to add a dependency to SBT Scala

SBT Scala: Add the following com.cnbbx : cnbbx-mybatis sbt scala dependency to your build.sbt file:

libraryDependencies += "com.cnbbx" % "cnbbx-mybatis" % "1.3.1"

Advertisement