MVN

com.baomidou : mybatis-plus-spring-boot3-starter-test

Maven & Gradle

Oct 20, 2023
15.8k stars

mybatis-plus · An enhanced toolkit of Mybatis to simplify development.

<dependency>
    <groupId>com.baomidou</groupId>
    <artifactId>mybatis-plus-spring-boot3-starter-test</artifactId>
    <version>3.5.4</version>
</dependency>
Copy
pom.xml
Table Of Contents

Latest Version

Choose a version of com.baomidou : mybatis-plus-spring-boot3-starter-test to add to Maven or Gradle - Latest Versions:

  • Latest Stable: 3.5.4

All Versions

Choose a version of com.baomidou : mybatis-plus-spring-boot3-starter-test to add to Maven or Gradle - All Versions:

Version Vulnerabilities Updated
3.5.x
mybatis-plus-spring-boot3-starter-test-3.5.4

How to add a dependency to Maven

Add the following com.baomidou : mybatis-plus-spring-boot3-starter-test maven dependency to the pom.xml file with your favorite IDE (IntelliJ / Eclipse / Netbeans):

<dependency>
    <groupId>com.baomidou</groupId>
    <artifactId>mybatis-plus-spring-boot3-starter-test</artifactId>
    <version>3.5.4</version>
</dependency>

How to add a dependency to Gradle

Gradle Groovy DSL: Add the following com.baomidou : mybatis-plus-spring-boot3-starter-test gradle dependency to your build.gradle file:

implementation 'com.baomidou:mybatis-plus-spring-boot3-starter-test:3.5.4'

Gradle Kotlin DSL: Add the following com.baomidou : mybatis-plus-spring-boot3-starter-test gradle kotlin dependency to your build.gradle.kts file:

implementation("com.baomidou:mybatis-plus-spring-boot3-starter-test:3.5.4")

How to add a dependency to SBT Scala

SBT Scala: Add the following com.baomidou : mybatis-plus-spring-boot3-starter-test sbt scala dependency to your build.sbt file:

libraryDependencies += "com.baomidou" % "mybatis-plus-spring-boot3-starter-test" % "3.5.4"