MVN

io.github.dataeyesdk : dataeye-android-sdk

Maven & Gradle

Jun 25, 2023

dataeye-android-sdk · dataeye-android-sdk

<dependency>
    <groupId>io.github.dataeyesdk</groupId>
    <artifactId>dataeye-android-sdk</artifactId>
    <version>2.7.7</version>
</dependency>
Copy
pom.xml
Table Of Contents

Latest Version

Choose a version of io.github.dataeyesdk : dataeye-android-sdk to add to Maven or Gradle - Latest Versions:

  • Latest Stable: 2.7.7

All Versions

Choose a version of io.github.dataeyesdk : dataeye-android-sdk to add to Maven or Gradle - All Versions:

Version Vulnerabilities Updated
2.7.x
dataeye-android-sdk-2.7.7
dataeye-android-sdk-2.7.6
dataeye-android-sdk-2.7.5
dataeye-android-sdk-2.7.4
dataeye-android-sdk-2.7.3
dataeye-android-sdk-2.7.2

How to add a dependency to Maven

Add the following io.github.dataeyesdk : dataeye-android-sdk maven dependency to the pom.xml file with your favorite IDE (IntelliJ / Eclipse / Netbeans):

<dependency>
    <groupId>io.github.dataeyesdk</groupId>
    <artifactId>dataeye-android-sdk</artifactId>
    <version>2.7.7</version>
</dependency>

How to add a dependency to Gradle

Gradle Groovy DSL: Add the following io.github.dataeyesdk : dataeye-android-sdk gradle dependency to your build.gradle file:

implementation 'io.github.dataeyesdk:dataeye-android-sdk:2.7.7'

Gradle Kotlin DSL: Add the following io.github.dataeyesdk : dataeye-android-sdk gradle kotlin dependency to your build.gradle.kts file:

implementation("io.github.dataeyesdk:dataeye-android-sdk:2.7.7")

How to add a dependency to SBT Scala

SBT Scala: Add the following io.github.dataeyesdk : dataeye-android-sdk sbt scala dependency to your build.sbt file:

libraryDependencies += "io.github.dataeyesdk" % "dataeye-android-sdk" % "2.7.7"