MVN

com.github.flying-cattle : mybatis-dsc-generator

Maven & Gradle

Sep 17, 2019
167 stars

mybatis-dsc-generator · According to the database, three layers of code are generated automatically.

<dependency>
    <groupId>com.github.flying-cattle</groupId>
    <artifactId>mybatis-dsc-generator</artifactId>
    <version>3.0.6.RELEASE</version>
</dependency>
Copy
pom.xml
Table Of Contents

Latest Version

Choose a version of com.github.flying-cattle : mybatis-dsc-generator to add to Maven or Gradle - Latest Versions:

  • Latest Stable: 3.0.6.RELEASE

All Versions

Choose a version of com.github.flying-cattle : mybatis-dsc-generator to add to Maven or Gradle - All Versions:

  • Version Updated
  • mybatis-dsc-generator-3.0.6.RELEASE

    Sep 17, 2019
  • mybatis-dsc-generator-3.0.5.RELEASE

    Sep 12, 2019
  • mybatis-dsc-generator-3.0.4.RELEASE

    Jun 12, 2019
  • mybatis-dsc-generator-3.0.3.RELEASE

    May 23, 2019
  • mybatis-dsc-generator-3.0.2.RELEASE

    May 23, 2019
  • mybatis-dsc-generator-3.0.1.RELEASE

    Apr 16, 2019
  • mybatis-dsc-generator-3.0.0.RELEASE

    Apr 11, 2019
  • mybatis-dsc-generator-2.1.0.RELEASE

    Apr 09, 2019
  • mybatis-dsc-generator-2.0.0.RELEASE

    Aug 10, 2018
  • mybatis-dsc-generator-1.0.0.RELEASE

    Jul 09, 2018

How to add a dependency to Maven

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

<dependency>
    <groupId>com.github.flying-cattle</groupId>
    <artifactId>mybatis-dsc-generator</artifactId>
    <version>3.0.6.RELEASE</version>
</dependency>

How to add a dependency to Gradle

Gradle Groovy DSL: Add the following com.github.flying-cattle : mybatis-dsc-generator gradle dependency to your build.gradle file:

implementation 'com.github.flying-cattle:mybatis-dsc-generator:3.0.6.RELEASE'

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

implementation("com.github.flying-cattle:mybatis-dsc-generator:3.0.6.RELEASE")

How to add a dependency to SBT Scala

SBT Scala: Add the following com.github.flying-cattle : mybatis-dsc-generator sbt scala dependency to your build.sbt file:

libraryDependencies += "com.github.flying-cattle" % "mybatis-dsc-generator" % "3.0.6.RELEASE"