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