MVN

ai.wordbox : analytics

Maven & Gradle

Dec 21, 2022

analytics · Wordbox - Analytics for Android

<dependency>
    <groupId>ai.wordbox</groupId>
    <artifactId>analytics</artifactId>
    <version>1.0.5</version>
</dependency>
Copy
pom.xml
Table Of Contents

Latest Version

Choose a version of ai.wordbox : analytics to add to Maven or Gradle - Latest Versions:

  • Latest Stable: 1.0.5
  • Latest Release Candidate: 1.0.4-RC2

All Versions

Choose a version of ai.wordbox : analytics to add to Maven or Gradle - All Versions:

Version Vulnerabilities Updated
1.0.x
analytics-1.0.5
analytics-1.0.4-RC2
analytics-1.0.3
analytics-1.0.3-RC1
analytics-1.0.2
analytics-1.0.1
analytics-1.0.0-RC5
analytics-1.0.0-RC4
analytics-1.0.0-RC3
analytics-1.0.0-RC2
analytics-1.0.0-RC1
0.9.x
analytics-0.9.6
analytics-0.9.5

How to add a dependency to Maven

Add the following ai.wordbox : analytics maven dependency to the pom.xml file with your favorite IDE (IntelliJ / Eclipse / Netbeans):

<dependency>
    <groupId>ai.wordbox</groupId>
    <artifactId>analytics</artifactId>
    <version>1.0.5</version>
</dependency>

How to add a dependency to Gradle

Gradle Groovy DSL: Add the following ai.wordbox : analytics gradle dependency to your build.gradle file:

implementation 'ai.wordbox:analytics:1.0.5'

Gradle Kotlin DSL: Add the following ai.wordbox : analytics gradle kotlin dependency to your build.gradle.kts file:

implementation("ai.wordbox:analytics:1.0.5")

How to add a dependency to SBT Scala

SBT Scala: Add the following ai.wordbox : analytics sbt scala dependency to your build.sbt file:

libraryDependencies += "ai.wordbox" % "analytics" % "1.0.5"

Advertisement