is not current version
Last Version 1.7.0-RELEASE

com.github.jeffreyning:mybatisplus-plus 1.5.0-RELEASE

mybatisplus-plus

Categories

Categories

MyBatis Data ORM
GroupId

GroupId

com.github.jeffreyning
ArtifactId

ArtifactId

mybatisplus-plus
Version

Version

1.5.0-RELEASE
Type

Type

jar

Download mybatisplus-plus 1.5.0-RELEASE


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