MVN

com.paulrybitskyi.persistentsearchview : persistentsearchview

Maven & Gradle

Oct 28, 2021
415 stars

persistentsearchview · An android library designed to simplify the process of implementing search-related functionality.

<dependency>
    <groupId>com.paulrybitskyi.persistentsearchview</groupId>
    <artifactId>persistentsearchview</artifactId>
    <version>1.1.4</version>
</dependency>
Copy
pom.xml
Table Of Contents

Latest Version

Choose a version of com.paulrybitskyi.persistentsearchview : persistentsearchview to add to Maven or Gradle - Latest Versions:

  • Latest Stable: 1.1.4

All Versions

Choose a version of com.paulrybitskyi.persistentsearchview : persistentsearchview to add to Maven or Gradle - All Versions:

Version Vulnerabilities Updated
1.1.x
persistentsearchview-1.1.4
persistentsearchview-1.1.3
persistentsearchview-1.1.2
persistentsearchview-1.1.1
persistentsearchview-1.1.0
1.0.x
persistentsearchview-1.0.1
persistentsearchview-1.0.0

How to add a dependency to Maven

Add the following com.paulrybitskyi.persistentsearchview : persistentsearchview maven dependency to the pom.xml file with your favorite IDE (IntelliJ / Eclipse / Netbeans):

<dependency>
    <groupId>com.paulrybitskyi.persistentsearchview</groupId>
    <artifactId>persistentsearchview</artifactId>
    <version>1.1.4</version>
</dependency>

How to add a dependency to Gradle

Gradle Groovy DSL: Add the following com.paulrybitskyi.persistentsearchview : persistentsearchview gradle dependency to your build.gradle file:

implementation 'com.paulrybitskyi.persistentsearchview:persistentsearchview:1.1.4'

Gradle Kotlin DSL: Add the following com.paulrybitskyi.persistentsearchview : persistentsearchview gradle kotlin dependency to your build.gradle.kts file:

implementation("com.paulrybitskyi.persistentsearchview:persistentsearchview:1.1.4")

How to add a dependency to SBT Scala

SBT Scala: Add the following com.paulrybitskyi.persistentsearchview : persistentsearchview sbt scala dependency to your build.sbt file:

libraryDependencies += "com.paulrybitskyi.persistentsearchview" % "persistentsearchview" % "1.1.4"