MVN

top.xiajibagao : mybatis-plus-join

Maven & Gradle

May 13, 2022
6 stars

mybatis-plus-join · mybatis plus join extend

<dependency>
    <groupId>top.xiajibagao</groupId>
    <artifactId>mybatis-plus-join</artifactId>
    <version>2.1.1</version>
</dependency>
Copy
pom.xml
Table Of Contents

Latest Version

Choose a version of top.xiajibagao : mybatis-plus-join to add to Maven or Gradle - Latest Versions:

  • Latest Stable: 2.1.1
  • Latest Alpha: 2.2.2-alpha1

All Versions

Choose a version of top.xiajibagao : mybatis-plus-join to add to Maven or Gradle - All Versions:

Version Vulnerabilities Updated
2.2.x
mybatis-plus-join-2.2.2-alpha1
2.1.x
mybatis-plus-join-2.1.1
mybatis-plus-join-2.1.0
2.0.x
mybatis-plus-join-2.0.0
1.0.x
mybatis-plus-join-1.0.0

How to add a dependency to Maven

Add the following top.xiajibagao : mybatis-plus-join maven dependency to the pom.xml file with your favorite IDE (IntelliJ / Eclipse / Netbeans):

<dependency>
    <groupId>top.xiajibagao</groupId>
    <artifactId>mybatis-plus-join</artifactId>
    <version>2.1.1</version>
</dependency>

How to add a dependency to Gradle

Gradle Groovy DSL: Add the following top.xiajibagao : mybatis-plus-join gradle dependency to your build.gradle file:

implementation 'top.xiajibagao:mybatis-plus-join:2.1.1'

Gradle Kotlin DSL: Add the following top.xiajibagao : mybatis-plus-join gradle kotlin dependency to your build.gradle.kts file:

implementation("top.xiajibagao:mybatis-plus-join:2.1.1")

How to add a dependency to SBT Scala

SBT Scala: Add the following top.xiajibagao : mybatis-plus-join sbt scala dependency to your build.sbt file:

libraryDependencies += "top.xiajibagao" % "mybatis-plus-join" % "2.1.1"