MVN

com.github.happyjiahui : z-web

Maven & Gradle

Apr 28, 2021
1 usages
0 stars

z-web

<dependency>
    <groupId>com.github.happyjiahui</groupId>
    <artifactId>z-web</artifactId>
    <version>0.1.29</version>
</dependency>
Copy
pom.xml
Table Of Contents

Latest Version

Choose a version of com.github.happyjiahui : z-web to add to Maven or Gradle - Latest Versions:

  • Latest Stable: 0.1.29

All Versions

Choose a version of com.github.happyjiahui : z-web to add to Maven or Gradle - All Versions:

Version Vulnerabilities Updated
0.1.x
z-web-0.1.29
z-web-0.1.28
z-web-0.1.27
z-web-0.1.26
z-web-0.1.25
z-web-0.1.24
z-web-0.1.23
z-web-0.1.22
z-web-0.1.21
z-web-0.1.20
z-web-0.1.19
z-web-0.1.18
z-web-0.1.17
z-web-0.1.16
z-web-0.1.15
z-web-0.1.13
z-web-0.1.12
z-web-0.1.11
z-web-0.1.10
z-web-0.1.9
z-web-0.1.8
z-web-0.1.7
z-web-0.1.6
z-web-0.1.5
z-web-0.1.4
z-web-0.1.3

How to add a dependency to Maven

Add the following com.github.happyjiahui : z-web maven dependency to the pom.xml file with your favorite IDE (IntelliJ / Eclipse / Netbeans):

<dependency>
    <groupId>com.github.happyjiahui</groupId>
    <artifactId>z-web</artifactId>
    <version>0.1.29</version>
</dependency>

How to add a dependency to Gradle

Gradle Groovy DSL: Add the following com.github.happyjiahui : z-web gradle dependency to your build.gradle file:

implementation 'com.github.happyjiahui:z-web:0.1.29'

Gradle Kotlin DSL: Add the following com.github.happyjiahui : z-web gradle kotlin dependency to your build.gradle.kts file:

implementation("com.github.happyjiahui:z-web:0.1.29")

How to add a dependency to SBT Scala

SBT Scala: Add the following com.github.happyjiahui : z-web sbt scala dependency to your build.sbt file:

libraryDependencies += "com.github.happyjiahui" % "z-web" % "0.1.29"

Advertisement