MVN

weixinkeji.vip : jweb.power.expand.nutz.mvc

Maven & Gradle

Jun 20, 2019
0 stars

jweb.power.expand.nutzMVC · JWebPower框架 对接nutz 接口

<dependency>
    <groupId>weixinkeji.vip</groupId>
    <artifactId>jweb.power.expand.nutz.mvc</artifactId>
    <version>2.1</version>
</dependency>
Copy
pom.xml
Table Of Contents

Latest Version

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

  • Latest Stable: 2.1

All Versions

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

Version Vulnerabilities Updated
2.1
jweb.power.expand.nutz.mvc-2.1

How to add a dependency to Maven

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

<dependency>
    <groupId>weixinkeji.vip</groupId>
    <artifactId>jweb.power.expand.nutz.mvc</artifactId>
    <version>2.1</version>
</dependency>

How to add a dependency to Gradle

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

implementation 'weixinkeji.vip:jweb.power.expand.nutz.mvc:2.1'

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

implementation("weixinkeji.vip:jweb.power.expand.nutz.mvc:2.1")

How to add a dependency to SBT Scala

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

libraryDependencies += "weixinkeji.vip" % "jweb.power.expand.nutz.mvc" % "2.1"

Advertisement