MVN

com.github.analogdevicesinc : study_watch_sdk

Maven & Gradle

Jul 21, 2023
5 stars

study_watch_sdk · The study_watch_sdk provides an object-oriented interface for interacting with ADI's VSM study watch platform.

<dependency>
    <groupId>com.github.analogdevicesinc</groupId>
    <artifactId>study_watch_sdk</artifactId>
    <version>5.21.0</version>
</dependency>
Copy
pom.xml
Table Of Contents

Latest Version

Choose a version of com.github.analogdevicesinc : study_watch_sdk to add to Maven or Gradle - Latest Versions:

  • Latest Stable: 5.21.0

All Versions

Choose a version of com.github.analogdevicesinc : study_watch_sdk to add to Maven or Gradle - All Versions:

Version Vulnerabilities Updated
5.21.x
study_watch_sdk-5.21.0
5.20.x
study_watch_sdk-5.20.0
5.19.x
study_watch_sdk-5.19.1
study_watch_sdk-5.19.0
5.17.x
study_watch_sdk-5.17.0
4.3.x
study_watch_sdk-4.3.0
4.2.x
study_watch_sdk-4.2.1
study_watch_sdk-4.2.0
4.1.x
study_watch_sdk-4.1.0
4.0.x
study_watch_sdk-4.0.8
study_watch_sdk-4.0.7
study_watch_sdk-4.0.6

How to add a dependency to Maven

Add the following com.github.analogdevicesinc : study_watch_sdk maven dependency to the pom.xml file with your favorite IDE (IntelliJ / Eclipse / Netbeans):

<dependency>
    <groupId>com.github.analogdevicesinc</groupId>
    <artifactId>study_watch_sdk</artifactId>
    <version>5.21.0</version>
</dependency>

How to add a dependency to Gradle

Gradle Groovy DSL: Add the following com.github.analogdevicesinc : study_watch_sdk gradle dependency to your build.gradle file:

implementation 'com.github.analogdevicesinc:study_watch_sdk:5.21.0'

Gradle Kotlin DSL: Add the following com.github.analogdevicesinc : study_watch_sdk gradle kotlin dependency to your build.gradle.kts file:

implementation("com.github.analogdevicesinc:study_watch_sdk:5.21.0")

How to add a dependency to SBT Scala

SBT Scala: Add the following com.github.analogdevicesinc : study_watch_sdk sbt scala dependency to your build.sbt file:

libraryDependencies += "com.github.analogdevicesinc" % "study_watch_sdk" % "5.21.0"