MVN

co.notix : android-sdk

Maven & Gradle

Aug 11, 2023
0 stars

android-sdk · Notix InApp Android SDK

<dependency>
    <groupId>co.notix</groupId>
    <artifactId>android-sdk</artifactId>
    <version>0.0.64</version>
</dependency>
Copy
pom.xml
Table Of Contents

Latest Version

Choose a version of co.notix : android-sdk to add to Maven or Gradle - Latest Versions:

  • Latest Stable: 0.0.64

All Versions

Choose a version of co.notix : android-sdk to add to Maven or Gradle - All Versions:

Version Vulnerabilities Updated
0.0.x
android-sdk-0.0.64
android-sdk-0.0.63
android-sdk-0.0.62
android-sdk-0.0.61
android-sdk-0.0.60
android-sdk-0.0.59
android-sdk-0.0.58
android-sdk-0.0.57
android-sdk-0.0.56
android-sdk-0.0.55
android-sdk-0.0.54
android-sdk-0.0.53
android-sdk-0.0.52
android-sdk-0.0.51
android-sdk-0.0.50
android-sdk-0.0.49
android-sdk-0.0.48
android-sdk-0.0.47
android-sdk-0.0.46

How to add a dependency to Maven

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

<dependency>
    <groupId>co.notix</groupId>
    <artifactId>android-sdk</artifactId>
    <version>0.0.64</version>
</dependency>

How to add a dependency to Gradle

Gradle Groovy DSL: Add the following co.notix : android-sdk gradle dependency to your build.gradle file:

implementation 'co.notix:android-sdk:0.0.64'

Gradle Kotlin DSL: Add the following co.notix : android-sdk gradle kotlin dependency to your build.gradle.kts file:

implementation("co.notix:android-sdk:0.0.64")

How to add a dependency to SBT Scala

SBT Scala: Add the following co.notix : android-sdk sbt scala dependency to your build.sbt file:

libraryDependencies += "co.notix" % "android-sdk" % "0.0.64"

Advertisement