MVN

io.github.dinesh-scaletech : UpAxis

Maven & Gradle

Aug 19, 2021
0 stars

UpAxis · UpAxis sdk to track user install event in background

<dependency>
    <groupId>io.github.dinesh-scaletech</groupId>
    <artifactId>UpAxis</artifactId>
    <version>1.0.8</version>
</dependency>
Copy
pom.xml
Table Of Contents

Latest Version

Choose a version of io.github.dinesh-scaletech : UpAxis to add to Maven or Gradle - Latest Versions:

  • Latest Stable: 1.0.8

All Versions

Choose a version of io.github.dinesh-scaletech : UpAxis to add to Maven or Gradle - All Versions:

Version Vulnerabilities Updated
1.0.x
UpAxis-1.0.8
UpAxis-1.0.7
UpAxis-1.0.6
UpAxis-1.0.5
UpAxis-1.0.4
UpAxis-1.0.3
UpAxis-1.0.2
UpAxis-1.0.1
0.0.x
UpAxis-0.0.23
UpAxis-0.0.22
UpAxis-0.0.21
UpAxis-0.0.20
UpAxis-0.0.19
UpAxis-0.0.18
UpAxis-0.0.17
UpAxis-0.0.16
UpAxis-0.0.15
UpAxis-0.0.14
UpAxis-0.0.12
UpAxis-0.0.11
UpAxis-0.0.10
UpAxis-0.0.9
UpAxis-0.0.8
UpAxis-0.0.7
UpAxis-0.0.5
UpAxis-0.0.4
UpAxis-0.0.3

How to add a dependency to Maven

Add the following io.github.dinesh-scaletech : UpAxis maven dependency to the pom.xml file with your favorite IDE (IntelliJ / Eclipse / Netbeans):

<dependency>
    <groupId>io.github.dinesh-scaletech</groupId>
    <artifactId>UpAxis</artifactId>
    <version>1.0.8</version>
</dependency>

How to add a dependency to Gradle

Gradle Groovy DSL: Add the following io.github.dinesh-scaletech : UpAxis gradle dependency to your build.gradle file:

implementation 'io.github.dinesh-scaletech:UpAxis:1.0.8'

Gradle Kotlin DSL: Add the following io.github.dinesh-scaletech : UpAxis gradle kotlin dependency to your build.gradle.kts file:

implementation("io.github.dinesh-scaletech:UpAxis:1.0.8")

How to add a dependency to SBT Scala

SBT Scala: Add the following io.github.dinesh-scaletech : UpAxis sbt scala dependency to your build.sbt file:

libraryDependencies += "io.github.dinesh-scaletech" % "UpAxis" % "1.0.8"