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