MVN

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

Maven & Gradle

Aug 14, 2023

mybatis-plus-ext-bind-annotation

<dependency>
    <groupId>com.tangzc</groupId>
    <artifactId>mybatis-plus-ext-bind-annotation</artifactId>
    <version>3.5.3.2-EXT501</version>
</dependency>
Copy
pom.xml
Table Of Contents

Latest Version

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

  • Latest Stable: 3.5.3.2-EXT501

All Versions

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

Version Vulnerabilities Updated
3.5.x
mybatis-plus-ext-bind-annotation-3.5.3.2-EXT501
mybatis-plus-ext-bind-annotation-3.5.3.2-jdk17-EXT500
mybatis-plus-ext-bind-annotation-3.5.3.2-EXT500
mybatis-plus-ext-bind-annotation-3.5.3.1-jdk17-EXT421
mybatis-plus-ext-bind-annotation-3.5.3.1-EXT421
mybatis-plus-ext-bind-annotation-3.5.3.1-jdk17-EXT420
mybatis-plus-ext-bind-annotation-3.5.3.1-EXT420
mybatis-plus-ext-bind-annotation-3.5.3.1-EXT410
mybatis-plus-ext-bind-annotation-3.5.3.1-jdk17-EXT410

How to add a dependency to Maven

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

<dependency>
    <groupId>com.tangzc</groupId>
    <artifactId>mybatis-plus-ext-bind-annotation</artifactId>
    <version>3.5.3.2-EXT501</version>
</dependency>

How to add a dependency to Gradle

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

implementation 'com.tangzc:mybatis-plus-ext-bind-annotation:3.5.3.2-EXT501'

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

implementation("com.tangzc:mybatis-plus-ext-bind-annotation:3.5.3.2-EXT501")

How to add a dependency to SBT Scala

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

libraryDependencies += "com.tangzc" % "mybatis-plus-ext-bind-annotation" % "3.5.3.2-EXT501"