Categories |
CategoriesMyBatis Data ORM |
---|---|
GroupId | GroupIdcom.gitee.hengboy |
ArtifactId | ArtifactIdmybatis-enhance-dsl |
Version | Version1.0.6.RELEASE |
Type | Typejar |
<!-- https://jarcasting.com/artifacts/com.gitee.hengboy/mybatis-enhance-dsl/ -->
<dependency>
<groupId>com.gitee.hengboy</groupId>
<artifactId>mybatis-enhance-dsl</artifactId>
<version>1.0.6.RELEASE</version>
</dependency>
// https://jarcasting.com/artifacts/com.gitee.hengboy/mybatis-enhance-dsl/
implementation 'com.gitee.hengboy:mybatis-enhance-dsl:1.0.6.RELEASE'
// https://jarcasting.com/artifacts/com.gitee.hengboy/mybatis-enhance-dsl/
implementation ("com.gitee.hengboy:mybatis-enhance-dsl:1.0.6.RELEASE")
'com.gitee.hengboy:mybatis-enhance-dsl:jar:1.0.6.RELEASE'
<dependency org="com.gitee.hengboy" name="mybatis-enhance-dsl" rev="1.0.6.RELEASE">
<artifact name="mybatis-enhance-dsl" type="jar" />
</dependency>
@Grapes(
@Grab(group='com.gitee.hengboy', module='mybatis-enhance-dsl', version='1.0.6.RELEASE')
)
libraryDependencies += "com.gitee.hengboy" % "mybatis-enhance-dsl" % "1.0.6.RELEASE"
[com.gitee.hengboy/mybatis-enhance-dsl "1.0.6.RELEASE"]