MVN

cn.miw : mybatisGen

Maven & Gradle

May 13, 2019

mybatisGen · 基于MyBatis-Plus的实体和Mapper,Service生成工具

<dependency>
    <groupId>cn.miw</groupId>
    <artifactId>mybatisGen</artifactId>
    <version>0.1.5</version>
</dependency>
Copy
pom.xml
Table Of Contents

Latest Version

Choose a version of cn.miw : mybatisGen to add to Maven or Gradle - Latest Versions:

  • Latest Stable: 0.1.5

All Versions

Choose a version of cn.miw : mybatisGen to add to Maven or Gradle - All Versions:

Version Vulnerabilities Updated
0.1.x
mybatisGen-0.1.5
mybatisGen-0.1.4
mybatisGen-0.1.3
mybatisGen-0.1.2
mybatisGen-0.1.1
mybatisGen-0.1.0
0.0.x
mybatisGen-0.0.2
mybatisGen-0.0.1

How to add a dependency to Maven

Add the following cn.miw : mybatisGen maven dependency to the pom.xml file with your favorite IDE (IntelliJ / Eclipse / Netbeans):

<dependency>
    <groupId>cn.miw</groupId>
    <artifactId>mybatisGen</artifactId>
    <version>0.1.5</version>
</dependency>

How to add a dependency to Gradle

Gradle Groovy DSL: Add the following cn.miw : mybatisGen gradle dependency to your build.gradle file:

implementation 'cn.miw:mybatisGen:0.1.5'

Gradle Kotlin DSL: Add the following cn.miw : mybatisGen gradle kotlin dependency to your build.gradle.kts file:

implementation("cn.miw:mybatisGen:0.1.5")

How to add a dependency to SBT Scala

SBT Scala: Add the following cn.miw : mybatisGen sbt scala dependency to your build.sbt file:

libraryDependencies += "cn.miw" % "mybatisGen" % "0.1.5"

Advertisement