License |
License |
---|---|
Categories |
CategoriesAnt Build Tools Search Business Logic Libraries |
GroupId | GroupIdcom.algolia |
ArtifactId | ArtifactIdinstantsearch-android-paging3 |
Last Version | Last Version3.1.0 |
Release Date | Release Date |
Type | Typeaar |
Description |
DescriptionInstantSearch Android Paging3 Extension
InstantSearch Android is a library providing widgets and helpers to help you build the best instant-search experience on Android with Algolia. It is built on top of Algolia's Kotlin API Client to provide you a high-level solution to quickly build various search interfaces.
|
Project URL |
Project URL |
Source Code Management |
Source Code Management |
Filename | Size |
---|---|
instantsearch-android-paging3-3.1.0.pom | |
instantsearch-android-paging3-3.1.0-sources.jar | 261 bytes |
instantsearch-android-paging3-3.1.0-javadoc.jar | 261 bytes |
Browse |
<!-- https://jarcasting.com/artifacts/com.algolia/instantsearch-android-paging3/ -->
<dependency>
<groupId>com.algolia</groupId>
<artifactId>instantsearch-android-paging3</artifactId>
<version>3.1.0</version>
<type>aar</type>
</dependency>
// https://jarcasting.com/artifacts/com.algolia/instantsearch-android-paging3/
implementation 'com.algolia:instantsearch-android-paging3:3.1.0'
// https://jarcasting.com/artifacts/com.algolia/instantsearch-android-paging3/
implementation ("com.algolia:instantsearch-android-paging3:3.1.0")
'com.algolia:instantsearch-android-paging3:aar:3.1.0'
<dependency org="com.algolia" name="instantsearch-android-paging3" rev="3.1.0">
<artifact name="instantsearch-android-paging3" type="aar" />
</dependency>
@Grapes(
@Grab(group='com.algolia', module='instantsearch-android-paging3', version='3.1.0')
)
libraryDependencies += "com.algolia" % "instantsearch-android-paging3" % "3.1.0"
[com.algolia/instantsearch-android-paging3 "3.1.0"]
Group / Artifact | Type | Version |
---|---|---|
com.algolia : instantsearch Optional | jar | 3.1.0 |
androidx.paging » paging-runtime Optional | jar | 3.1.1 |
org.jetbrains.kotlin : kotlin-stdlib-jdk8 Optional | jar | 1.6.10 |