is not current version
Last Version 1.2.4

com.github.yulichang:mybatis-plus-join 1.1.5

An enhanced toolkit of Mybatis-Plus to simplify development.

Categories

Categories

MyBatis Data ORM
GroupId

GroupId

com.github.yulichang
ArtifactId

ArtifactId

mybatis-plus-join
Version

Version

1.1.5
Type

Type

jar

Download mybatis-plus-join 1.1.5


<!-- https://jarcasting.com/artifacts/com.github.yulichang/mybatis-plus-join/ -->
<dependency>
    <groupId>com.github.yulichang</groupId>
    <artifactId>mybatis-plus-join</artifactId>
    <version>1.1.5</version>
</dependency>
// https://jarcasting.com/artifacts/com.github.yulichang/mybatis-plus-join/
implementation 'com.github.yulichang:mybatis-plus-join:1.1.5'
// https://jarcasting.com/artifacts/com.github.yulichang/mybatis-plus-join/
implementation ("com.github.yulichang:mybatis-plus-join:1.1.5")
'com.github.yulichang:mybatis-plus-join:jar:1.1.5'
<dependency org="com.github.yulichang" name="mybatis-plus-join" rev="1.1.5">
  <artifact name="mybatis-plus-join" type="jar" />
</dependency>
@Grapes(
@Grab(group='com.github.yulichang', module='mybatis-plus-join', version='1.1.5')
)
libraryDependencies += "com.github.yulichang" % "mybatis-plus-join" % "1.1.5"
[com.github.yulichang/mybatis-plus-join "1.1.5"]