MVN

weixinkeji.vip : jweb.power.expand.springMVC

Maven & Gradle

Jun 15, 2019
0 stars

jweb.power.expand.springMVC · JWebPower框架 对接SpringMVC5 接口

<dependency>
    <groupId>weixinkeji.vip</groupId>
    <artifactId>jweb.power.expand.springMVC</artifactId>
    <version>2.0</version>
</dependency>
Copy
pom.xml
Table Of Contents

Latest Version

Choose a version of weixinkeji.vip : jweb.power.expand.springMVC to add to Maven or Gradle - Latest Versions:

  • Latest Stable: 2.0

All Versions

Choose a version of weixinkeji.vip : jweb.power.expand.springMVC to add to Maven or Gradle - All Versions:

Version Vulnerabilities Updated
2.0
jweb.power.expand.springMVC-2.0
1.2
jweb.power.expand.springMVC-1.2

How to add a dependency to Maven

Add the following weixinkeji.vip : jweb.power.expand.springMVC maven dependency to the pom.xml file with your favorite IDE (IntelliJ / Eclipse / Netbeans):

<dependency>
    <groupId>weixinkeji.vip</groupId>
    <artifactId>jweb.power.expand.springMVC</artifactId>
    <version>2.0</version>
</dependency>

How to add a dependency to Gradle

Gradle Groovy DSL: Add the following weixinkeji.vip : jweb.power.expand.springMVC gradle dependency to your build.gradle file:

implementation 'weixinkeji.vip:jweb.power.expand.springMVC:2.0'

Gradle Kotlin DSL: Add the following weixinkeji.vip : jweb.power.expand.springMVC gradle kotlin dependency to your build.gradle.kts file:

implementation("weixinkeji.vip:jweb.power.expand.springMVC:2.0")

How to add a dependency to SBT Scala

SBT Scala: Add the following weixinkeji.vip : jweb.power.expand.springMVC sbt scala dependency to your build.sbt file:

libraryDependencies += "weixinkeji.vip" % "jweb.power.expand.springMVC" % "2.0"