MVN

co.touchlab.skie : analytics-jvm

Maven & Gradle

Aug 23, 2023
566 stars

SKIE Analytics · Module providing basic analytics functionality for SKIE.

<dependency>
    <groupId>co.touchlab.skie</groupId>
    <artifactId>analytics-jvm</artifactId>
    <version>0.4.16</version>
</dependency>
Copy
pom.xml
Table Of Contents

Latest Version

Choose a version of co.touchlab.skie : analytics-jvm to add to Maven or Gradle - Latest Versions:

  • Latest Stable: 0.4.16

All Versions

Choose a version of co.touchlab.skie : analytics-jvm to add to Maven or Gradle - All Versions:

Version Vulnerabilities Updated
0.4.x
analytics-jvm-0.4.16
analytics-jvm-0.4.15
analytics-jvm-0.4.15-preview
analytics-jvm-0.4.14
analytics-jvm-0.4.13

How to add a dependency to Maven

Add the following co.touchlab.skie : analytics-jvm maven dependency to the pom.xml file with your favorite IDE (IntelliJ / Eclipse / Netbeans):

<dependency>
    <groupId>co.touchlab.skie</groupId>
    <artifactId>analytics-jvm</artifactId>
    <version>0.4.16</version>
</dependency>

How to add a dependency to Gradle

Gradle Groovy DSL: Add the following co.touchlab.skie : analytics-jvm gradle dependency to your build.gradle file:

implementation 'co.touchlab.skie:analytics-jvm:0.4.16'

Gradle Kotlin DSL: Add the following co.touchlab.skie : analytics-jvm gradle kotlin dependency to your build.gradle.kts file:

implementation("co.touchlab.skie:analytics-jvm:0.4.16")

How to add a dependency to SBT Scala

SBT Scala: Add the following co.touchlab.skie : analytics-jvm sbt scala dependency to your build.sbt file:

libraryDependencies += "co.touchlab.skie" % "analytics-jvm" % "0.4.16"