MVN

com.mist : core-sdk-beta

Maven & Gradle

Apr 11, 2023
16 stars

core-sdk-beta · Mist SDK will provide you the indoor bluedot experience using Mist?s 16 vBLE antenna array Access point. Using this SDK you will know where the user is and can provide proximity related notification using Mist patented vBeacon technology..

<dependency>
    <groupId>com.mist</groupId>
    <artifactId>core-sdk-beta</artifactId>
    <version>3.0.1</version>
</dependency>
Copy
pom.xml
Table Of Contents

Latest Version

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

  • Latest Stable: 3.0.1

All Versions

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

Version Vulnerabilities Updated
3.0.x
core-sdk-beta-3.0.1
core-sdk-beta-3.0.0
2.2.x
core-sdk-beta-2.2.0
2.1.x
core-sdk-beta-2.1.37
core-sdk-beta-2.1.36

How to add a dependency to Maven

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

<dependency>
    <groupId>com.mist</groupId>
    <artifactId>core-sdk-beta</artifactId>
    <version>3.0.1</version>
</dependency>

How to add a dependency to Gradle

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

implementation 'com.mist:core-sdk-beta:3.0.1'

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

implementation("com.mist:core-sdk-beta:3.0.1")

How to add a dependency to SBT Scala

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

libraryDependencies += "com.mist" % "core-sdk-beta" % "3.0.1"

Advertisement