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