MVN

co.areyouonpoint.pointsdk : pointsdk

Maven & Gradle

Dec 30, 2022
0 stars

pointsdk · Access comprehensive health and fitness user data collected from across multiple wearable devices.

<dependency>
    <groupId>co.areyouonpoint.pointsdk</groupId>
    <artifactId>pointsdk</artifactId>
    <version>1.4.1</version>
</dependency>
Copy
pom.xml
Table Of Contents

Latest Version

Choose a version of co.areyouonpoint.pointsdk : pointsdk to add to Maven or Gradle - Latest Versions:

  • Latest Stable: 1.4.1

All Versions

Choose a version of co.areyouonpoint.pointsdk : pointsdk to add to Maven or Gradle - All Versions:

Version Vulnerabilities Updated
1.4.x
pointsdk-1.4.1
pointsdk-1.4.0
1.3.x
pointsdk-1.3.0
1.2.x
pointsdk-1.2.1
1.0.x
pointsdk-1.0.2
pointsdk-1.0.1

How to add a dependency to Maven

Add the following co.areyouonpoint.pointsdk : pointsdk maven dependency to the pom.xml file with your favorite IDE (IntelliJ / Eclipse / Netbeans):

<dependency>
    <groupId>co.areyouonpoint.pointsdk</groupId>
    <artifactId>pointsdk</artifactId>
    <version>1.4.1</version>
</dependency>

How to add a dependency to Gradle

Gradle Groovy DSL: Add the following co.areyouonpoint.pointsdk : pointsdk gradle dependency to your build.gradle file:

implementation 'co.areyouonpoint.pointsdk:pointsdk:1.4.1'

Gradle Kotlin DSL: Add the following co.areyouonpoint.pointsdk : pointsdk gradle kotlin dependency to your build.gradle.kts file:

implementation("co.areyouonpoint.pointsdk:pointsdk:1.4.1")

How to add a dependency to SBT Scala

SBT Scala: Add the following co.areyouonpoint.pointsdk : pointsdk sbt scala dependency to your build.sbt file:

libraryDependencies += "co.areyouonpoint.pointsdk" % "pointsdk" % "1.4.1"