MVN

com.mist : dr-sdk

Maven & Gradle

Mar 14, 2023
1 usages
16 stars

dr-sdk · Mist DR SDK to help Mist core SDK

<dependency>
    <groupId>com.mist</groupId>
    <artifactId>dr-sdk</artifactId>
    <version>2.1.38</version>
</dependency>
Copy
pom.xml
Table Of Contents

Latest Version

Choose a version of com.mist : dr-sdk to add to Maven or Gradle - Latest Versions:

  • Latest Stable: 2.1.38

All Versions

Choose a version of com.mist : dr-sdk to add to Maven or Gradle - All Versions:

Version Vulnerabilities Updated
2.1.x
dr-sdk-2.1.38
dr-sdk-2.1.37
dr-sdk-2.1.36

How to add a dependency to Maven

Add the following com.mist : dr-sdk maven dependency to the pom.xml file with your favorite IDE (IntelliJ / Eclipse / Netbeans):

<dependency>
    <groupId>com.mist</groupId>
    <artifactId>dr-sdk</artifactId>
    <version>2.1.38</version>
</dependency>

How to add a dependency to Gradle

Gradle Groovy DSL: Add the following com.mist : dr-sdk gradle dependency to your build.gradle file:

implementation 'com.mist:dr-sdk:2.1.38'

Gradle Kotlin DSL: Add the following com.mist : dr-sdk gradle kotlin dependency to your build.gradle.kts file:

implementation("com.mist:dr-sdk:2.1.38")

How to add a dependency to SBT Scala

SBT Scala: Add the following com.mist : dr-sdk sbt scala dependency to your build.sbt file:

libraryDependencies += "com.mist" % "dr-sdk" % "2.1.38"