MVN

com.github.yuyenews : mars-start-pure

Maven & Gradle

Mar 09, 2020
<dependency>
    <groupId>com.github.yuyenews</groupId>
    <artifactId>mars-start-pure</artifactId>
    <version>3.0.13</version>
</dependency>
Copy
pom.xml
Table Of Contents

Latest Version

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

  • Latest Stable: 3.0.13

All Versions

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

Version Vulnerabilities Updated
3.0.x
mars-start-pure-3.0.13
mars-start-pure-3.0.12
mars-start-pure-3.0.11
mars-start-pure-3.0.10
mars-start-pure-3.0.9
mars-start-pure-3.0.8
mars-start-pure-3.0.7
mars-start-pure-3.0.6
mars-start-pure-3.0.5
mars-start-pure-3.0.3
mars-start-pure-3.0.2
mars-start-pure-3.0.1
mars-start-pure-3.0.0
2.2.x
mars-start-pure-2.2.3
mars-start-pure-2.2.2
mars-start-pure-2.2.1
mars-start-pure-2.2.0
2.1.x
mars-start-pure-2.1.7-hotfix
mars-start-pure-2.1.7

How to add a dependency to Maven

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

<dependency>
    <groupId>com.github.yuyenews</groupId>
    <artifactId>mars-start-pure</artifactId>
    <version>3.0.13</version>
</dependency>

How to add a dependency to Gradle

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

implementation 'com.github.yuyenews:mars-start-pure:3.0.13'

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

implementation("com.github.yuyenews:mars-start-pure:3.0.13")

How to add a dependency to SBT Scala

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

libraryDependencies += "com.github.yuyenews" % "mars-start-pure" % "3.0.13"