MVN

com.tangzc : mybatis-plus-ext-demo-dict

Maven & Gradle

Nov 14, 2023
<dependency>
    <groupId>com.tangzc</groupId>
    <artifactId>mybatis-plus-ext-demo-dict</artifactId>
    <version>3.5.4-EXT540</version>
</dependency>
Copy
pom.xml
Table Of Contents

Latest Version

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

  • Latest Stable: 3.5.4-EXT540

All Versions

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

Version Vulnerabilities Updated
3.5.x
mybatis-plus-ext-demo-dict-3.5.4-EXT540
mybatis-plus-ext-demo-dict-3.5.4-EXT540-boot3

How to add a dependency to Maven

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

<dependency>
    <groupId>com.tangzc</groupId>
    <artifactId>mybatis-plus-ext-demo-dict</artifactId>
    <version>3.5.4-EXT540</version>
</dependency>

How to add a dependency to Gradle

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

implementation 'com.tangzc:mybatis-plus-ext-demo-dict:3.5.4-EXT540'

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

implementation("com.tangzc:mybatis-plus-ext-demo-dict:3.5.4-EXT540")

How to add a dependency to SBT Scala

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

libraryDependencies += "com.tangzc" % "mybatis-plus-ext-demo-dict" % "3.5.4-EXT540"