MVN

top.yuzhyn : azylee-ext-web

Maven & Gradle

Jul 07, 2022
1 stars

扩展web工具类,会引用一些第三方工具包

<dependency>
    <groupId>top.yuzhyn</groupId>
    <artifactId>azylee-ext-web</artifactId>
    <version>1.0.6</version>
</dependency>
Copy
pom.xml
Table Of Contents

Latest Version

Choose a version of top.yuzhyn : azylee-ext-web to add to Maven or Gradle - Latest Versions:

  • Latest Stable: 1.0.6

All Versions

Choose a version of top.yuzhyn : azylee-ext-web to add to Maven or Gradle - All Versions:

Version Vulnerabilities Updated
1.0.x
azylee-ext-web-1.0.6
azylee-ext-web-1.0.5
azylee-ext-web-1.0.4
azylee-ext-web-1.0.3

How to add a dependency to Maven

Add the following top.yuzhyn : azylee-ext-web maven dependency to the pom.xml file with your favorite IDE (IntelliJ / Eclipse / Netbeans):

<dependency>
    <groupId>top.yuzhyn</groupId>
    <artifactId>azylee-ext-web</artifactId>
    <version>1.0.6</version>
</dependency>

How to add a dependency to Gradle

Gradle Groovy DSL: Add the following top.yuzhyn : azylee-ext-web gradle dependency to your build.gradle file:

implementation 'top.yuzhyn:azylee-ext-web:1.0.6'

Gradle Kotlin DSL: Add the following top.yuzhyn : azylee-ext-web gradle kotlin dependency to your build.gradle.kts file:

implementation("top.yuzhyn:azylee-ext-web:1.0.6")

How to add a dependency to SBT Scala

SBT Scala: Add the following top.yuzhyn : azylee-ext-web sbt scala dependency to your build.sbt file:

libraryDependencies += "top.yuzhyn" % "azylee-ext-web" % "1.0.6"