MVN

com.tangzc : mybatis-plus-ext-actable-annotation

Maven & Gradle

Mar 29, 2023
3 usages
<dependency>
    <groupId>com.tangzc</groupId>
    <artifactId>mybatis-plus-ext-actable-annotation</artifactId>
    <version>3.5.2-EXT202</version>
</dependency>
Copy
pom.xml
Table Of Contents

Latest Version

Choose a version of com.tangzc : mybatis-plus-ext-actable-annotation to add to Maven or Gradle - Latest Versions:

  • Latest Stable: 3.5.2-EXT202

All Versions

Choose a version of com.tangzc : mybatis-plus-ext-actable-annotation to add to Maven or Gradle - All Versions:

Version Vulnerabilities Updated
3.5.x
mybatis-plus-ext-actable-annotation-3.5.2-EXT202
mybatis-plus-ext-actable-annotation-3.5.2-EXT201
mybatis-plus-ext-actable-annotation-3.5.2-EXT200
mybatis-plus-ext-actable-annotation-3.5.2-EXT146
mybatis-plus-ext-actable-annotation-3.5.2-EXT145
mybatis-plus-ext-actable-annotation-3.5.2-EXT144
mybatis-plus-ext-actable-annotation-3.5.2-EXT143
mybatis-plus-ext-actable-annotation-3.5.2-EXT142
mybatis-plus-ext-actable-annotation-3.5.2-EXT141
mybatis-plus-ext-actable-annotation-3.5.2-EXT140
1.3.x
mybatis-plus-ext-actable-annotation-1.3.11
mybatis-plus-ext-actable-annotation-1.3.10
mybatis-plus-ext-actable-annotation-1.3.9
mybatis-plus-ext-actable-annotation-1.3.8
mybatis-plus-ext-actable-annotation-1.3.7
mybatis-plus-ext-actable-annotation-1.3.6
mybatis-plus-ext-actable-annotation-1.3.5
mybatis-plus-ext-actable-annotation-1.3.4
mybatis-plus-ext-actable-annotation-1.3.3
mybatis-plus-ext-actable-annotation-1.3.2
mybatis-plus-ext-actable-annotation-1.3.1
mybatis-plus-ext-actable-annotation-1.3.0
1.2.x
mybatis-plus-ext-actable-annotation-1.2.11
mybatis-plus-ext-actable-annotation-1.2.10
mybatis-plus-ext-actable-annotation-1.2.9
mybatis-plus-ext-actable-annotation-1.2.8
mybatis-plus-ext-actable-annotation-1.2.7
mybatis-plus-ext-actable-annotation-1.2.6
mybatis-plus-ext-actable-annotation-1.2.5
mybatis-plus-ext-actable-annotation-1.2.4
mybatis-plus-ext-actable-annotation-1.2.3
mybatis-plus-ext-actable-annotation-1.2.2
mybatis-plus-ext-actable-annotation-1.2.1

How to add a dependency to Maven

Add the following com.tangzc : mybatis-plus-ext-actable-annotation maven dependency to the pom.xml file with your favorite IDE (IntelliJ / Eclipse / Netbeans):

<dependency>
    <groupId>com.tangzc</groupId>
    <artifactId>mybatis-plus-ext-actable-annotation</artifactId>
    <version>3.5.2-EXT202</version>
</dependency>

How to add a dependency to Gradle

Gradle Groovy DSL: Add the following com.tangzc : mybatis-plus-ext-actable-annotation gradle dependency to your build.gradle file:

implementation 'com.tangzc:mybatis-plus-ext-actable-annotation:3.5.2-EXT202'

Gradle Kotlin DSL: Add the following com.tangzc : mybatis-plus-ext-actable-annotation gradle kotlin dependency to your build.gradle.kts file:

implementation("com.tangzc:mybatis-plus-ext-actable-annotation:3.5.2-EXT202")

How to add a dependency to SBT Scala

SBT Scala: Add the following com.tangzc : mybatis-plus-ext-actable-annotation sbt scala dependency to your build.sbt file:

libraryDependencies += "com.tangzc" % "mybatis-plus-ext-actable-annotation" % "3.5.2-EXT202"

Advertisement