Categories |
CategoriesMyBatis Data ORM |
---|---|
GroupId | GroupIdcom.gitee.ssyujay1 |
ArtifactId | ArtifactIdmybatis-plus-x |
Version | Version1.1.3 |
Type | Typejar |
Filename | Size |
---|---|
mybatis-plus-x-1.1.3.pom | |
mybatis-plus-x-1.1.3-sources.jar | 355 bytes |
mybatis-plus-x-1.1.3-javadoc.jar | 337 bytes |
Browse |
<!-- https://jarcasting.com/artifacts/com.gitee.ssyujay1/mybatis-plus-x/ -->
<dependency>
<groupId>com.gitee.ssyujay1</groupId>
<artifactId>mybatis-plus-x</artifactId>
<version>1.1.3</version>
</dependency>
// https://jarcasting.com/artifacts/com.gitee.ssyujay1/mybatis-plus-x/
implementation 'com.gitee.ssyujay1:mybatis-plus-x:1.1.3'
// https://jarcasting.com/artifacts/com.gitee.ssyujay1/mybatis-plus-x/
implementation ("com.gitee.ssyujay1:mybatis-plus-x:1.1.3")
'com.gitee.ssyujay1:mybatis-plus-x:jar:1.1.3'
<dependency org="com.gitee.ssyujay1" name="mybatis-plus-x" rev="1.1.3">
<artifact name="mybatis-plus-x" type="jar" />
</dependency>
@Grapes(
@Grab(group='com.gitee.ssyujay1', module='mybatis-plus-x', version='1.1.3')
)
libraryDependencies += "com.gitee.ssyujay1" % "mybatis-plus-x" % "1.1.3"
[com.gitee.ssyujay1/mybatis-plus-x "1.1.3"]