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