MVN

me.wuwenbin : template-modules-sql

Maven & Gradle

Mar 09, 2018
1 usages
3 stars

template-modules-sql · 提供生成SQL两种便利途径

<dependency>
    <groupId>me.wuwenbin</groupId>
    <artifactId>template-modules-sql</artifactId>
    <version>1.11.0.RELEASE</version>
</dependency>
Copy
pom.xml
Table Of Contents

Latest Version

Choose a version of me.wuwenbin : template-modules-sql to add to Maven or Gradle - Latest Versions:

  • Latest Stable: 1.11.0.RELEASE

All Versions

Choose a version of me.wuwenbin : template-modules-sql to add to Maven or Gradle - All Versions:

Version Vulnerabilities Updated
1.11.x
template-modules-sql-1.11.0.RELEASE
1.10.x
template-modules-sql-1.10.17.RELEASE
template-modules-sql-1.10.16.RELEASE
template-modules-sql-1.10.14.RELEASE
template-modules-sql-1.10.7.RELEASE
template-modules-sql-1.10.6.RELEASE
template-modules-sql-1.10.2.RELEASE

How to add a dependency to Maven

Add the following me.wuwenbin : template-modules-sql maven dependency to the pom.xml file with your favorite IDE (IntelliJ / Eclipse / Netbeans):

<dependency>
    <groupId>me.wuwenbin</groupId>
    <artifactId>template-modules-sql</artifactId>
    <version>1.11.0.RELEASE</version>
</dependency>

How to add a dependency to Gradle

Gradle Groovy DSL: Add the following me.wuwenbin : template-modules-sql gradle dependency to your build.gradle file:

implementation 'me.wuwenbin:template-modules-sql:1.11.0.RELEASE'

Gradle Kotlin DSL: Add the following me.wuwenbin : template-modules-sql gradle kotlin dependency to your build.gradle.kts file:

implementation("me.wuwenbin:template-modules-sql:1.11.0.RELEASE")

How to add a dependency to SBT Scala

SBT Scala: Add the following me.wuwenbin : template-modules-sql sbt scala dependency to your build.sbt file:

libraryDependencies += "me.wuwenbin" % "template-modules-sql" % "1.11.0.RELEASE"

Advertisement