MVN

com.github.lyr-2000 : common-web-api

Maven & Gradle

Nov 11, 2021
0 stars

lyr-2000 · my common web api 我的项目接口的封装

<dependency>
    <groupId>com.github.lyr-2000</groupId>
    <artifactId>common-web-api</artifactId>
    <version>4.8.8.8</version>
</dependency>
Copy
pom.xml
Table Of Contents

Latest Version

Choose a version of com.github.lyr-2000 : common-web-api to add to Maven or Gradle - Latest Versions:

  • Latest Stable: 4.8.8.8

All Versions

Choose a version of com.github.lyr-2000 : common-web-api to add to Maven or Gradle - All Versions:

Version Vulnerabilities Updated
4.8.x
common-web-api-4.8.8.8
4.4.x
common-web-api-4.4.4.4
4.3.x
common-web-api-4.3.25
4.1.x
common-web-api-4.1.0
4.0
common-web-api-4.0
3.1
common-web-api-3.1
3.0
common-web-api-3.0
2.8
common-web-api-2.8
2.0
common-web-api-2.0
1.6
common-web-api-1.6
1.2
common-web-api-1.2

How to add a dependency to Maven

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

<dependency>
    <groupId>com.github.lyr-2000</groupId>
    <artifactId>common-web-api</artifactId>
    <version>4.8.8.8</version>
</dependency>

How to add a dependency to Gradle

Gradle Groovy DSL: Add the following com.github.lyr-2000 : common-web-api gradle dependency to your build.gradle file:

implementation 'com.github.lyr-2000:common-web-api:4.8.8.8'

Gradle Kotlin DSL: Add the following com.github.lyr-2000 : common-web-api gradle kotlin dependency to your build.gradle.kts file:

implementation("com.github.lyr-2000:common-web-api:4.8.8.8")

How to add a dependency to SBT Scala

SBT Scala: Add the following com.github.lyr-2000 : common-web-api sbt scala dependency to your build.sbt file:

libraryDependencies += "com.github.lyr-2000" % "common-web-api" % "4.8.8.8"

Advertisement