MVN

com.github.yuyenews : mars-cloud-request

Maven & Gradle

Apr 06, 2021
3 usages
<dependency>
    <groupId>com.github.yuyenews</groupId>
    <artifactId>mars-cloud-request</artifactId>
    <version>4.1.0</version>
</dependency>
Copy
pom.xml
Table Of Contents

Latest Version

Choose a version of com.github.yuyenews : mars-cloud-request to add to Maven or Gradle - Latest Versions:

  • Latest Stable: 4.1.0

All Versions

Choose a version of com.github.yuyenews : mars-cloud-request to add to Maven or Gradle - All Versions:

Version Vulnerabilities Updated
4.1.x
mars-cloud-request-4.1.0
4.0.x
mars-cloud-request-4.0.7
mars-cloud-request-4.0.6
mars-cloud-request-4.0.3
mars-cloud-request-4.0.2
mars-cloud-request-4.0.1
4.0
mars-cloud-request-4.0
3.0.x
mars-cloud-request-3.0.30
mars-cloud-request-3.0.29
mars-cloud-request-3.0.28
mars-cloud-request-3.0.27
mars-cloud-request-3.0.26
mars-cloud-request-3.0.25
mars-cloud-request-3.0.23
mars-cloud-request-3.0.22
mars-cloud-request-3.0.21
mars-cloud-request-3.0.20

How to add a dependency to Maven

Add the following com.github.yuyenews : mars-cloud-request maven dependency to the pom.xml file with your favorite IDE (IntelliJ / Eclipse / Netbeans):

<dependency>
    <groupId>com.github.yuyenews</groupId>
    <artifactId>mars-cloud-request</artifactId>
    <version>4.1.0</version>
</dependency>

How to add a dependency to Gradle

Gradle Groovy DSL: Add the following com.github.yuyenews : mars-cloud-request gradle dependency to your build.gradle file:

implementation 'com.github.yuyenews:mars-cloud-request:4.1.0'

Gradle Kotlin DSL: Add the following com.github.yuyenews : mars-cloud-request gradle kotlin dependency to your build.gradle.kts file:

implementation("com.github.yuyenews:mars-cloud-request:4.1.0")

How to add a dependency to SBT Scala

SBT Scala: Add the following com.github.yuyenews : mars-cloud-request sbt scala dependency to your build.sbt file:

libraryDependencies += "com.github.yuyenews" % "mars-cloud-request" % "4.1.0"

Advertisement