MVN

io.github.slyang520 : module-web

Maven & Gradle

Nov 20, 2020
2 usages

Slyang · Slyang Jar

<dependency>
    <groupId>io.github.slyang520</groupId>
    <artifactId>module-web</artifactId>
    <version>1.3.8.RELEASE</version>
</dependency>
Copy
pom.xml
Table Of Contents

Latest Version

Choose a version of io.github.slyang520 : module-web to add to Maven or Gradle - Latest Versions:

  • Latest Stable: 1.3.8.RELEASE

All Versions

Choose a version of io.github.slyang520 : module-web to add to Maven or Gradle - All Versions:

Version Vulnerabilities Updated
1.3.x
module-web-1.3.8.RELEASE
module-web-1.3.7.RELEASE
module-web-1.3.6.RELEASE
module-web-1.3.5.RELEASE
module-web-1.3.4.RELEASE
module-web-1.3.3.RELEASE
module-web-1.3.2.RELEASE
module-web-1.3.1.RELEASE
module-web-1.3.0.RELEASE
1.2.x
module-web-1.2.0.RELEASE
1.0.x
module-web-1.0.0.RELEASE
0.0.x
module-web-0.0.1

How to add a dependency to Maven

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

<dependency>
    <groupId>io.github.slyang520</groupId>
    <artifactId>module-web</artifactId>
    <version>1.3.8.RELEASE</version>
</dependency>

How to add a dependency to Gradle

Gradle Groovy DSL: Add the following io.github.slyang520 : module-web gradle dependency to your build.gradle file:

implementation 'io.github.slyang520:module-web:1.3.8.RELEASE'

Gradle Kotlin DSL: Add the following io.github.slyang520 : module-web gradle kotlin dependency to your build.gradle.kts file:

implementation("io.github.slyang520:module-web:1.3.8.RELEASE")

How to add a dependency to SBT Scala

SBT Scala: Add the following io.github.slyang520 : module-web sbt scala dependency to your build.sbt file:

libraryDependencies += "io.github.slyang520" % "module-web" % "1.3.8.RELEASE"

Advertisement