MVN

com.github.tanshion : mybatis-generator-plugin

Maven & Gradle

Aug 04, 2023
1.3k stars

com.github.tanshion:mybatis-generator-plugin · Mybatis Generator Plugins

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

Latest Version

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

  • Latest Stable: 1.3.10.15

All Versions

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

Version Vulnerabilities Updated
1.3.x
mybatis-generator-plugin-1.3.10.15
mybatis-generator-plugin-1.3.10.14
mybatis-generator-plugin-1.3.10.13
mybatis-generator-plugin-1.3.10.12
mybatis-generator-plugin-1.3.10.11
mybatis-generator-plugin-1.3.10.10
mybatis-generator-plugin-1.3.10.9
mybatis-generator-plugin-1.3.10.8
mybatis-generator-plugin-1.3.10.7
mybatis-generator-plugin-1.3.10.6
mybatis-generator-plugin-1.3.10.5
mybatis-generator-plugin-1.3.10.4
mybatis-generator-plugin-1.3.10.3
mybatis-generator-plugin-1.3.10.2
mybatis-generator-plugin-1.3.10.1
mybatis-generator-plugin-1.3.10
mybatis-generator-plugin-1.3.9
mybatis-generator-plugin-1.3.6
mybatis-generator-plugin-1.3.5
mybatis-generator-plugin-1.3.4
mybatis-generator-plugin-1.3.3

How to add a dependency to Maven

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

<dependency>
    <groupId>com.github.tanshion</groupId>
    <artifactId>mybatis-generator-plugin</artifactId>
    <version>1.3.10.15</version>
</dependency>

How to add a dependency to Gradle

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

implementation 'com.github.tanshion:mybatis-generator-plugin:1.3.10.15'

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

implementation("com.github.tanshion:mybatis-generator-plugin:1.3.10.15")

How to add a dependency to SBT Scala

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

libraryDependencies += "com.github.tanshion" % "mybatis-generator-plugin" % "1.3.10.15"