MVN

com.github.yuyenews : mars-cloud-core

Maven & Gradle

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

Latest Version

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

  • Latest Stable: 4.1.0

All Versions

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

Version Vulnerabilities Updated
4.1.x
mars-cloud-core-4.1.0
4.0.x
mars-cloud-core-4.0.7
mars-cloud-core-4.0.6
mars-cloud-core-4.0.3
mars-cloud-core-4.0.2
mars-cloud-core-4.0.1
4.0
mars-cloud-core-4.0
3.0.x
mars-cloud-core-3.0.30
mars-cloud-core-3.0.29
mars-cloud-core-3.0.28
mars-cloud-core-3.0.27
mars-cloud-core-3.0.26
mars-cloud-core-3.0.25
mars-cloud-core-3.0.23
mars-cloud-core-3.0.22
mars-cloud-core-3.0.21
mars-cloud-core-3.0.20
mars-cloud-core-3.0.9
mars-cloud-core-3.0.7
mars-cloud-core-3.0.6
mars-cloud-core-3.0.5
mars-cloud-core-3.0.3
mars-cloud-core-3.0.2
mars-cloud-core-3.0.0
2.2.x
mars-cloud-core-2.2.3
2.1.x
mars-cloud-core-2.1.7-final
mars-cloud-core-2.1.7
mars-cloud-core-2.1.6
1.0
mars-cloud-core-1.0
0.1.x
mars-cloud-core-0.1.2
mars-cloud-core-0.1.1

How to add a dependency to Maven

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

<dependency>
    <groupId>com.github.yuyenews</groupId>
    <artifactId>mars-cloud-core</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-core gradle dependency to your build.gradle file:

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

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

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

How to add a dependency to SBT Scala

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

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