o

owner-mybatisPlus

mybatis的使用工具,这里使用的版本是 3.5.2
Files download
File Operation
owner-mybatisPlus-1.4.2.jar download
owner-mybatisPlus-1.4.2.pom download
owner-mybatisPlus-1.4.2-sources.jar download
Apache Maven
<dependency>
  <groupId>io.gitee.loulan_yxq</groupId>
  <artifactId>owner-mybatisPlus</artifactId>
  <version>1.4.2</version>
</dependency>
Gradle Groovy
implementation 'io.gitee.loulan_yxq:owner-mybatisPlus:1.4.2'
Gradle Kotlin
implementation("io.gitee.loulan_yxq:owner-mybatisPlus:1.4.2")
Scala SBT
libraryDependencies += "io.gitee.loulan_yxq" % "owner-mybatisPlus" % "1.4.2"
Groovy Grape
@Grapes(
  @Grab(group='io.gitee.loulan_yxq', module='owner-mybatisPlus', version='1.4.2')
)
Apache Ivy
<dependency org="io.gitee.loulan_yxq" name="owner-mybatisPlus" rev="1.4.2" />
Leiningen
[io.gitee.loulan_yxq/owner-mybatisPlus "1.4.2"]
Apache Buildr
'io.gitee.loulan_yxq:owner-mybatisPlus:jar:1.4.2'