Categories |
CategoriesMyBatis Data ORM |
---|---|
GroupId | GroupIdcom.github.jeffreyning |
ArtifactId | ArtifactIdmybatisplus-plus |
Version | Version1.1.2-RELEASE |
Type | Typejar |
<!-- https://jarcasting.com/artifacts/com.github.jeffreyning/mybatisplus-plus/ -->
<dependency>
<groupId>com.github.jeffreyning</groupId>
<artifactId>mybatisplus-plus</artifactId>
<version>1.1.2-RELEASE</version>
</dependency>
// https://jarcasting.com/artifacts/com.github.jeffreyning/mybatisplus-plus/
implementation 'com.github.jeffreyning:mybatisplus-plus:1.1.2-RELEASE'
// https://jarcasting.com/artifacts/com.github.jeffreyning/mybatisplus-plus/
implementation ("com.github.jeffreyning:mybatisplus-plus:1.1.2-RELEASE")
'com.github.jeffreyning:mybatisplus-plus:jar:1.1.2-RELEASE'
<dependency org="com.github.jeffreyning" name="mybatisplus-plus" rev="1.1.2-RELEASE">
<artifact name="mybatisplus-plus" type="jar" />
</dependency>
@Grapes(
@Grab(group='com.github.jeffreyning', module='mybatisplus-plus', version='1.1.2-RELEASE')
)
libraryDependencies += "com.github.jeffreyning" % "mybatisplus-plus" % "1.1.2-RELEASE"
[com.github.jeffreyning/mybatisplus-plus "1.1.2-RELEASE"]