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