MVN

com.algolia : instantsearch-androidx

Maven & Gradle

Jul 19, 2019
155 stars

com.algolia:instantsearch-androidx · A library and widgets to build instant-search applications on Android.

<dependency>
    <groupId>com.algolia</groupId>
    <artifactId>instantsearch-androidx</artifactId>
    <version>1.15.3</version>
</dependency>
Copy
pom.xml
Table Of Contents

Latest Version

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

  • Latest Stable: 1.15.3

All Versions

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

Version Vulnerabilities Updated
1.15.x
instantsearch-androidx-1.15.3
instantsearch-androidx-1.15.2

How to add a dependency to Maven

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

<dependency>
    <groupId>com.algolia</groupId>
    <artifactId>instantsearch-androidx</artifactId>
    <version>1.15.3</version>
</dependency>

How to add a dependency to Gradle

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

implementation 'com.algolia:instantsearch-androidx:1.15.3'

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

implementation("com.algolia:instantsearch-androidx:1.15.3")

How to add a dependency to SBT Scala

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

libraryDependencies += "com.algolia" % "instantsearch-androidx" % "1.15.3"