m

mybatis-plus-join

An enhanced toolkit of Mybatis-Plus to simplify development.
https://github.com/yulichang/mybatis-plus-join
The Apache License, Version 2.0
yulichang
Files download
File Operation
mybatis-plus-join-1.2.4.jar download
mybatis-plus-join-1.2.4.pom download
mybatis-plus-join-1.2.4-sources.jar download
Apache Maven
<dependency>
  <groupId>com.github.yulichang</groupId>
  <artifactId>mybatis-plus-join</artifactId>
  <version>1.2.4</version>
</dependency>
Gradle Groovy
implementation 'com.github.yulichang:mybatis-plus-join:1.2.4'
Gradle Kotlin
implementation("com.github.yulichang:mybatis-plus-join:1.2.4")
Scala SBT
libraryDependencies += "com.github.yulichang" % "mybatis-plus-join" % "1.2.4"
Groovy Grape
@Grapes(
  @Grab(group='com.github.yulichang', module='mybatis-plus-join', version='1.2.4')
)
Apache Ivy
<dependency org="com.github.yulichang" name="mybatis-plus-join" rev="1.2.4" />
Leiningen
[com.github.yulichang/mybatis-plus-join "1.2.4"]
Apache Buildr
'com.github.yulichang:mybatis-plus-join:jar:1.2.4'