MVN

cc.shacocloud : mirage-starter

Maven & Gradle

Apr 12, 2023

mirage 快速启动模块

<dependency>
    <groupId>cc.shacocloud</groupId>
    <artifactId>mirage-starter</artifactId>
    <version>2.0.9</version>
</dependency>
Copy
pom.xml
Table Of Contents

Latest Version

Choose a version of cc.shacocloud : mirage-starter to add to Maven or Gradle - Latest Versions:

  • Latest Stable: 2.0.9

All Versions

Choose a version of cc.shacocloud : mirage-starter to add to Maven or Gradle - All Versions:

Version Vulnerabilities Updated
2.1.x
mirage-starter-2.1.0
2.0.x
mirage-starter-2.0.9
mirage-starter-2.0.8
mirage-starter-2.0.7
mirage-starter-2.0.6
mirage-starter-2.0.5
mirage-starter-2.0.4
mirage-starter-2.0.3
mirage-starter-2.0.2
mirage-starter-2.0.1

How to add a dependency to Maven

Add the following cc.shacocloud : mirage-starter maven dependency to the pom.xml file with your favorite IDE (IntelliJ / Eclipse / Netbeans):

<dependency>
    <groupId>cc.shacocloud</groupId>
    <artifactId>mirage-starter</artifactId>
    <version>2.0.9</version>
</dependency>

How to add a dependency to Gradle

Gradle Groovy DSL: Add the following cc.shacocloud : mirage-starter gradle dependency to your build.gradle file:

implementation 'cc.shacocloud:mirage-starter:2.0.9'

Gradle Kotlin DSL: Add the following cc.shacocloud : mirage-starter gradle kotlin dependency to your build.gradle.kts file:

implementation("cc.shacocloud:mirage-starter:2.0.9")

How to add a dependency to SBT Scala

SBT Scala: Add the following cc.shacocloud : mirage-starter sbt scala dependency to your build.sbt file:

libraryDependencies += "cc.shacocloud" % "mirage-starter" % "2.0.9"

Advertisement