MVN

cn.hserver : hserver-plugin-web

Maven & Gradle

Apr 25, 2023
<dependency>
    <groupId>cn.hserver</groupId>
    <artifactId>hserver-plugin-web</artifactId>
    <version>3.3.M2</version>
</dependency>
Copy
pom.xml
Table Of Contents

Latest Version

Choose a version of cn.hserver : hserver-plugin-web to add to Maven or Gradle - Latest Versions:

  • Latest Stable: 3.3.M2

All Versions

Choose a version of cn.hserver : hserver-plugin-web to add to Maven or Gradle - All Versions:

Version Vulnerabilities Updated
3.3.x
hserver-plugin-web-3.3.M2
hserver-plugin-web-3.3.M1
3.2.x
hserver-plugin-web-3.2.0
hserver-plugin-web-3.2.M2
hserver-plugin-web-3.2.M1
3.1.x
hserver-plugin-web-3.1.1
hserver-plugin-web-3.1.M3
hserver-plugin-web-3.1.M2
hserver-plugin-web-3.1.M1
3.0.x
hserver-plugin-web-3.0.0
hserver-plugin-web-3.0.M5
hserver-plugin-web-3.0.M3

How to add a dependency to Maven

Add the following cn.hserver : hserver-plugin-web maven dependency to the pom.xml file with your favorite IDE (IntelliJ / Eclipse / Netbeans):

<dependency>
    <groupId>cn.hserver</groupId>
    <artifactId>hserver-plugin-web</artifactId>
    <version>3.3.M2</version>
</dependency>

How to add a dependency to Gradle

Gradle Groovy DSL: Add the following cn.hserver : hserver-plugin-web gradle dependency to your build.gradle file:

implementation 'cn.hserver:hserver-plugin-web:3.3.M2'

Gradle Kotlin DSL: Add the following cn.hserver : hserver-plugin-web gradle kotlin dependency to your build.gradle.kts file:

implementation("cn.hserver:hserver-plugin-web:3.3.M2")

How to add a dependency to SBT Scala

SBT Scala: Add the following cn.hserver : hserver-plugin-web sbt scala dependency to your build.sbt file:

libraryDependencies += "cn.hserver" % "hserver-plugin-web" % "3.3.M2"