MVN

io.gitee.loulan_yxq : owner-mybatisPlus

Maven & Gradle

Mar 02, 2023
1 usages

mybatis的使用工具,这里使用的版本是 3.5.2

<dependency>
    <groupId>io.gitee.loulan_yxq</groupId>
    <artifactId>owner-mybatisPlus</artifactId>
    <version>1.3.7</version>
</dependency>
Copy
pom.xml
Table Of Contents

Latest Version

Choose a version of io.gitee.loulan_yxq : owner-mybatisPlus to add to Maven or Gradle - Latest Versions:

  • Latest Stable: 1.3.7

All Versions

Choose a version of io.gitee.loulan_yxq : owner-mybatisPlus to add to Maven or Gradle - All Versions:

Version Vulnerabilities Updated
1.3.x
owner-mybatisPlus-1.3.7
owner-mybatisPlus-1.3.6
owner-mybatisPlus-1.3.5
owner-mybatisPlus-1.3.4
owner-mybatisPlus-1.3.3
owner-mybatisPlus-1.3.2
owner-mybatisPlus-1.3.1
owner-mybatisPlus-1.3.0
1.2.x
owner-mybatisPlus-1.2.4
owner-mybatisPlus-1.2.3
owner-mybatisPlus-1.2.2
owner-mybatisPlus-1.2.1
owner-mybatisPlus-1.2.0
1.1.x
owner-mybatisPlus-1.1.0
1.0.x
owner-mybatisPlus-1.0.0
0.2.x
owner-mybatisPlus-0.2.0

How to add a dependency to Maven

Add the following io.gitee.loulan_yxq : owner-mybatisPlus maven dependency to the pom.xml file with your favorite IDE (IntelliJ / Eclipse / Netbeans):

<dependency>
    <groupId>io.gitee.loulan_yxq</groupId>
    <artifactId>owner-mybatisPlus</artifactId>
    <version>1.3.7</version>
</dependency>

How to add a dependency to Gradle

Gradle Groovy DSL: Add the following io.gitee.loulan_yxq : owner-mybatisPlus gradle dependency to your build.gradle file:

implementation 'io.gitee.loulan_yxq:owner-mybatisPlus:1.3.7'

Gradle Kotlin DSL: Add the following io.gitee.loulan_yxq : owner-mybatisPlus gradle kotlin dependency to your build.gradle.kts file:

implementation("io.gitee.loulan_yxq:owner-mybatisPlus:1.3.7")

How to add a dependency to SBT Scala

SBT Scala: Add the following io.gitee.loulan_yxq : owner-mybatisPlus sbt scala dependency to your build.sbt file:

libraryDependencies += "io.gitee.loulan_yxq" % "owner-mybatisPlus" % "1.3.7"

Advertisement