MVN

com.github.yuyenews : mars-core

Maven & Gradle

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

Latest Version

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

  • Latest Stable: 3.3.3

All Versions

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

Version Vulnerabilities Updated
3.3.x
mars-core-3.3.3
mars-core-3.3.2
mars-core-3.3.1
mars-core-3.3.0
3.2.x
mars-core-3.2.18
mars-core-3.2.17
mars-core-3.2.16
mars-core-3.2.15
mars-core-3.2.13
mars-core-3.2.12
mars-core-3.2.11
mars-core-3.2.10
mars-core-3.2.9
mars-core-3.2.8
mars-core-3.2.7
mars-core-3.2.6
mars-core-3.2.5
mars-core-3.2.3
mars-core-3.2.2
mars-core-3.2.1
mars-core-3.2.0
3.1.x
mars-core-3.1.0
3.0.x
mars-core-3.0.39
mars-core-3.0.38
mars-core-3.0.37
mars-core-3.0.36
mars-core-3.0.35
mars-core-3.0.33
mars-core-3.0.32
mars-core-3.0.31
mars-core-3.0.30
mars-core-3.0.29
mars-core-3.0.28
mars-core-3.0.27
mars-core-3.0.26
mars-core-3.0.25
mars-core-3.0.23
mars-core-3.0.22
mars-core-3.0.21
mars-core-3.0.20
mars-core-3.0.19
mars-core-3.0.18
mars-core-3.0.17
mars-core-3.0.16
mars-core-3.0.15-HOTFIX
mars-core-3.0.15
mars-core-3.0.13
mars-core-3.0.12
mars-core-3.0.11
mars-core-3.0.10
mars-core-3.0.9
mars-core-3.0.8
mars-core-3.0.7
mars-core-3.0.6
mars-core-3.0.5
mars-core-3.0.3
mars-core-3.0.2
mars-core-3.0.1
mars-core-3.0.0
2.2.x
mars-core-2.2.3
mars-core-2.2.2
mars-core-2.2.1
mars-core-2.2.0
2.1.x
mars-core-2.1.7-hotfix
mars-core-2.1.7
mars-core-2.1.6
mars-core-2.1.5
mars-core-2.1.3
mars-core-2.1.2
mars-core-2.1.1
mars-core-2.1.0

How to add a dependency to Maven

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

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

How to add a dependency to Gradle

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

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

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

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

How to add a dependency to SBT Scala

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

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

Advertisement