MVN

com.gitee.w-whf.mybatis-generator-develop : CustomPlugin

Maven & Gradle

Sep 03, 2020

CustomPlugin · a project about mybatis-generatorplugin

<dependency>
    <groupId>com.gitee.w-whf.mybatis-generator-develop</groupId>
    <artifactId>CustomPlugin</artifactId>
    <version>2.1.7-RELEASE</version>
</dependency>
Copy
pom.xml
Table Of Contents

Latest Version

Choose a version of com.gitee.w-whf.mybatis-generator-develop : CustomPlugin to add to Maven or Gradle - Latest Versions:

  • Latest Stable: 2.1.7-RELEASE

All Versions

Choose a version of com.gitee.w-whf.mybatis-generator-develop : CustomPlugin to add to Maven or Gradle - All Versions:

Version Vulnerabilities Updated
2.1.x
CustomPlugin-2.1.7-RELEASE
CustomPlugin-2.1.6-RELEASE
CustomPlugin-2.1.5-RELEASE
CustomPlugin-2.1.4-RELEASE
CustomPlugin-2.1.3-RELEASE
CustomPlugin-2.1.2-RELEASE
CustomPlugin-2.1.1-RELEASE
CustomPlugin-2.1.0-RELEASE
1.1.x
CustomPlugin-1.1.4-RELEASE
CustomPlugin-1.1.3-RELEASE
CustomPlugin-1.1.2-RELEASE
CustomPlugin-1.1.1-RELEASE
CustomPlugin-1.1.0-RELEASE
1.0.x
CustomPlugin-1.0.0-RELEASE
0.0.x
CustomPlugin-0.0.9-RELEASE
CustomPlugin-0.0.8-RELEASE
CustomPlugin-0.0.7-RELEASE
CustomPlugin-0.0.6-RELEASE
CustomPlugin-0.0.5-RELEASE
CustomPlugin-0.0.4-RELEASE
CustomPlugin-0.0.3-RELEASE
CustomPlugin-0.0.2-RELEASE
CustomPlugin-0.0.1-RELEASE

How to add a dependency to Maven

Add the following com.gitee.w-whf.mybatis-generator-develop : CustomPlugin maven dependency to the pom.xml file with your favorite IDE (IntelliJ / Eclipse / Netbeans):

<dependency>
    <groupId>com.gitee.w-whf.mybatis-generator-develop</groupId>
    <artifactId>CustomPlugin</artifactId>
    <version>2.1.7-RELEASE</version>
</dependency>

How to add a dependency to Gradle

Gradle Groovy DSL: Add the following com.gitee.w-whf.mybatis-generator-develop : CustomPlugin gradle dependency to your build.gradle file:

implementation 'com.gitee.w-whf.mybatis-generator-develop:CustomPlugin:2.1.7-RELEASE'

Gradle Kotlin DSL: Add the following com.gitee.w-whf.mybatis-generator-develop : CustomPlugin gradle kotlin dependency to your build.gradle.kts file:

implementation("com.gitee.w-whf.mybatis-generator-develop:CustomPlugin:2.1.7-RELEASE")

How to add a dependency to SBT Scala

SBT Scala: Add the following com.gitee.w-whf.mybatis-generator-develop : CustomPlugin sbt scala dependency to your build.sbt file:

libraryDependencies += "com.gitee.w-whf.mybatis-generator-develop" % "CustomPlugin" % "2.1.7-RELEASE"

Advertisement