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