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