MVN

com.github.yuyenews : mars-common

Maven & Gradle

Apr 02, 2021
4 usages
<dependency>
    <groupId>com.github.yuyenews</groupId>
    <artifactId>mars-common</artifactId>
    <version>3.3.3</version>
</dependency>
Copy
pom.xml
Table Of Contents

Latest Version

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

  • Latest Stable: 3.3.3

All Versions

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

Version Vulnerabilities Updated
3.3.x
mars-common-3.3.3
mars-common-3.3.2
mars-common-3.3.1
mars-common-3.3.0
3.2.x
mars-common-3.2.18
mars-common-3.2.17
mars-common-3.2.16
mars-common-3.2.15
mars-common-3.2.13
mars-common-3.2.12
mars-common-3.2.11
mars-common-3.2.10
mars-common-3.2.9
mars-common-3.2.8
mars-common-3.2.7
mars-common-3.2.6
mars-common-3.2.5
mars-common-3.2.3
mars-common-3.2.2
mars-common-3.2.1
mars-common-3.2.0
3.1.x
mars-common-3.1.0
3.0.x
mars-common-3.0.39
mars-common-3.0.38
mars-common-3.0.37
mars-common-3.0.36
mars-common-3.0.35
mars-common-3.0.33
mars-common-3.0.32
mars-common-3.0.31
mars-common-3.0.30
mars-common-3.0.29
mars-common-3.0.28
mars-common-3.0.27
mars-common-3.0.26
mars-common-3.0.25
mars-common-3.0.23
mars-common-3.0.22
mars-common-3.0.21
mars-common-3.0.20
mars-common-3.0.19
mars-common-3.0.18

How to add a dependency to Maven

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

<dependency>
    <groupId>com.github.yuyenews</groupId>
    <artifactId>mars-common</artifactId>
    <version>3.3.3</version>
</dependency>

How to add a dependency to Gradle

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

implementation 'com.github.yuyenews:mars-common:3.3.3'

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

implementation("com.github.yuyenews:mars-common:3.3.3")

How to add a dependency to SBT Scala

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

libraryDependencies += "com.github.yuyenews" % "mars-common" % "3.3.3"

Advertisement