MVN

cn.miw : genutil

Maven & Gradle

Apr 23, 2023

genutil · 生成基于springboot+mybatis-plus+enjoy+layui的增删改查基础框架,对生成的页面和代码只需稍加调整即可快速满足需求。

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

Latest Version

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

  • Latest Stable: 0.3.0

All Versions

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

Version Vulnerabilities Updated
0.3.x
genutil-0.3.0
0.2.x
genutil-0.2.6
genutil-0.2.5
genutil-0.2.4
genutil-0.2.3
genutil-0.2.2
genutil-0.2.1
genutil-0.2.0
0.1.x
genutil-0.1.5
genutil-0.1.2
genutil-0.1.1
genutil-0.1.0
0.0.x
genutil-0.0.5
genutil-0.0.4
genutil-0.0.3

How to add a dependency to Maven

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

<dependency>
    <groupId>cn.miw</groupId>
    <artifactId>genutil</artifactId>
    <version>0.3.0</version>
</dependency>

How to add a dependency to Gradle

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

implementation 'cn.miw:genutil:0.3.0'

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

implementation("cn.miw:genutil:0.3.0")

How to add a dependency to SBT Scala

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

libraryDependencies += "cn.miw" % "genutil" % "0.3.0"

Advertisement