MVN

com.github.MissThee : mybatis-generator-custom-plugin

Maven & Gradle

Mar 28, 2019

empty

<dependency>
    <groupId>com.github.MissThee</groupId>
    <artifactId>mybatis-generator-custom-plugin</artifactId>
    <version>2.4</version>
</dependency>
Copy
pom.xml
Table Of Contents

Latest Version

Choose a version of com.github.MissThee : mybatis-generator-custom-plugin to add to Maven or Gradle - Latest Versions:

  • Latest Stable: 2.4

All Versions

Choose a version of com.github.MissThee : mybatis-generator-custom-plugin to add to Maven or Gradle - All Versions:

Version Vulnerabilities Updated
2.4
mybatis-generator-custom-plugin-2.4
2.3
mybatis-generator-custom-plugin-2.3
2.2
mybatis-generator-custom-plugin-2.2
2.1
mybatis-generator-custom-plugin-2.1
2.0
mybatis-generator-custom-plugin-2.0
1.0
mybatis-generator-custom-plugin-1.0

How to add a dependency to Maven

Add the following com.github.MissThee : mybatis-generator-custom-plugin maven dependency to the pom.xml file with your favorite IDE (IntelliJ / Eclipse / Netbeans):

<dependency>
    <groupId>com.github.MissThee</groupId>
    <artifactId>mybatis-generator-custom-plugin</artifactId>
    <version>2.4</version>
</dependency>

How to add a dependency to Gradle

Gradle Groovy DSL: Add the following com.github.MissThee : mybatis-generator-custom-plugin gradle dependency to your build.gradle file:

implementation 'com.github.MissThee:mybatis-generator-custom-plugin:2.4'

Gradle Kotlin DSL: Add the following com.github.MissThee : mybatis-generator-custom-plugin gradle kotlin dependency to your build.gradle.kts file:

implementation("com.github.MissThee:mybatis-generator-custom-plugin:2.4")

How to add a dependency to SBT Scala

SBT Scala: Add the following com.github.MissThee : mybatis-generator-custom-plugin sbt scala dependency to your build.sbt file:

libraryDependencies += "com.github.MissThee" % "mybatis-generator-custom-plugin" % "2.4"