MVN

com.algolia : instantsearch-telemetry-jvm

Maven & Gradle

Sep 01, 2022
3 usages
0 stars

InstantSearch Telemetry · InstantSearch Telemetry utilities

<dependency>
    <groupId>com.algolia</groupId>
    <artifactId>instantsearch-telemetry-jvm</artifactId>
    <version>0.2.0</version>
</dependency>
Copy
pom.xml
Table Of Contents

Latest Version

Choose a version of com.algolia : instantsearch-telemetry-jvm to add to Maven or Gradle - Latest Versions:

  • Latest Stable: 0.2.0
  • Latest Beta: 0.1.0-beta02

All Versions

Choose a version of com.algolia : instantsearch-telemetry-jvm to add to Maven or Gradle - All Versions:

Version Vulnerabilities Updated
0.2.x
instantsearch-telemetry-jvm-0.2.0
0.1.x
instantsearch-telemetry-jvm-0.1.0
instantsearch-telemetry-jvm-0.1.0-beta02
instantsearch-telemetry-jvm-0.1.0-beta01

How to add a dependency to Maven

Add the following com.algolia : instantsearch-telemetry-jvm maven dependency to the pom.xml file with your favorite IDE (IntelliJ / Eclipse / Netbeans):

<dependency>
    <groupId>com.algolia</groupId>
    <artifactId>instantsearch-telemetry-jvm</artifactId>
    <version>0.2.0</version>
</dependency>

How to add a dependency to Gradle

Gradle Groovy DSL: Add the following com.algolia : instantsearch-telemetry-jvm gradle dependency to your build.gradle file:

implementation 'com.algolia:instantsearch-telemetry-jvm:0.2.0'

Gradle Kotlin DSL: Add the following com.algolia : instantsearch-telemetry-jvm gradle kotlin dependency to your build.gradle.kts file:

implementation("com.algolia:instantsearch-telemetry-jvm:0.2.0")

How to add a dependency to SBT Scala

SBT Scala: Add the following com.algolia : instantsearch-telemetry-jvm sbt scala dependency to your build.sbt file:

libraryDependencies += "com.algolia" % "instantsearch-telemetry-jvm" % "0.2.0"