MVN

cc.shacocloud : mirage-utils

Maven & Gradle

Mar 19, 2023

工具集

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

Latest Version

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

  • Latest Stable: 2.0.3

All Versions

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

  • Version Updated
  • mirage-utils-2.0.3

    Mar 19, 2023
  • mirage-utils-2.0.2

    Mar 17, 2023
  • mirage-utils-2.0.1

    Mar 13, 2023
  • mirage-utils-1.0.1-RELEASE

    Jun 02, 2022
  • mirage-utils-1.0-RELEASE

    Jun 02, 2022

How to add a dependency to Maven

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

<dependency>
    <groupId>cc.shacocloud</groupId>
    <artifactId>mirage-utils</artifactId>
    <version>2.0.3</version>
</dependency>

How to add a dependency to Gradle

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

implementation 'cc.shacocloud:mirage-utils:2.0.3'

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

implementation("cc.shacocloud:mirage-utils:2.0.3")

How to add a dependency to SBT Scala

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

libraryDependencies += "cc.shacocloud" % "mirage-utils" % "2.0.3"