MVN

com.github.dcendents : mybatis-generator-plugins

Maven & Gradle

Feb 15, 2018
74 stars

MyBatis Generator Plugins · Set of plugins for the mybatis-generator to further tweak the generated code.

<dependency>
    <groupId>com.github.dcendents</groupId>
    <artifactId>mybatis-generator-plugins</artifactId>
    <version>1.3</version>
</dependency>
Copy
pom.xml
Table Of Contents

Latest Version

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

  • Latest Stable: 1.3

All Versions

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

Version Vulnerabilities Updated
1.3
mybatis-generator-plugins-1.3
1.2
mybatis-generator-plugins-1.2
1.1
mybatis-generator-plugins-1.1
1.0
mybatis-generator-plugins-1.0

How to add a dependency to Maven

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

<dependency>
    <groupId>com.github.dcendents</groupId>
    <artifactId>mybatis-generator-plugins</artifactId>
    <version>1.3</version>
</dependency>

How to add a dependency to Gradle

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

implementation 'com.github.dcendents:mybatis-generator-plugins:1.3'

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

implementation("com.github.dcendents:mybatis-generator-plugins:1.3")

How to add a dependency to SBT Scala

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

libraryDependencies += "com.github.dcendents" % "mybatis-generator-plugins" % "1.3"