MVN

com.pubscale.sdkone : mystique2

Maven & Gradle

Aug 01, 2023
3 stars

mystique2 · Mystique2 library module for the GreedyGameSDK

<dependency>
    <groupId>com.pubscale.sdkone</groupId>
    <artifactId>mystique2</artifactId>
    <version>0.03</version>
</dependency>
Copy
pom.xml
Table Of Contents

Latest Version

Choose a version of com.pubscale.sdkone : mystique2 to add to Maven or Gradle - Latest Versions:

  • Latest Stable: 0.03
  • Latest Release Candidate: 0.04-rc3
  • Latest Beta: 0.01-beta4

All Versions

Choose a version of com.pubscale.sdkone : mystique2 to add to Maven or Gradle - All Versions:

Version Vulnerabilities Updated
0.04
mystique2-0.04-rc3
mystique2-0.04-rc2
mystique2-0.04-rc1
0.03
mystique2-0.03
mystique2-0.03-rc12
mystique2-0.03-rc11
mystique2-0.03-rc10
mystique2-0.03-rc9
mystique2-0.03-rc8
mystique2-0.03-rc6
mystique2-0.03-rc5
mystique2-0.03-rc4
mystique2-0.03-rc3
mystique2-0.03-rc2
mystique2-0.03-rc1
0.02
mystique2-0.02
0.01
mystique2-0.01-beta4
mystique2-0.01-beta2

How to add a dependency to Maven

Add the following com.pubscale.sdkone : mystique2 maven dependency to the pom.xml file with your favorite IDE (IntelliJ / Eclipse / Netbeans):

<dependency>
    <groupId>com.pubscale.sdkone</groupId>
    <artifactId>mystique2</artifactId>
    <version>0.03</version>
</dependency>

How to add a dependency to Gradle

Gradle Groovy DSL: Add the following com.pubscale.sdkone : mystique2 gradle dependency to your build.gradle file:

implementation 'com.pubscale.sdkone:mystique2:0.03'

Gradle Kotlin DSL: Add the following com.pubscale.sdkone : mystique2 gradle kotlin dependency to your build.gradle.kts file:

implementation("com.pubscale.sdkone:mystique2:0.03")

How to add a dependency to SBT Scala

SBT Scala: Add the following com.pubscale.sdkone : mystique2 sbt scala dependency to your build.sbt file:

libraryDependencies += "com.pubscale.sdkone" % "mystique2" % "0.03"