MVN

xyz.quaver : floatingsearchview

Maven & Gradle

Mar 31, 2022
17 stars

floatingsearchview · Complete Kotlin port of arimorty/FloatingSearchView

<dependency>
    <groupId>xyz.quaver</groupId>
    <artifactId>floatingsearchview</artifactId>
    <version>1.1.7</version>
</dependency>
Copy
pom.xml
Table Of Contents

Latest Version

Choose a version of xyz.quaver : floatingsearchview to add to Maven or Gradle - Latest Versions:

  • Latest Stable: 1.1.7
  • Latest Release Candidate: 1.2.0-rc2

All Versions

Choose a version of xyz.quaver : floatingsearchview to add to Maven or Gradle - All Versions:

Version Vulnerabilities Updated
1.2.x
floatingsearchview-1.2.0-rc2
floatingsearchview-1.2.0-rc1
1.1.x
floatingsearchview-1.1.7
floatingsearchview-1.1.6
floatingsearchview-1.1.5

How to add a dependency to Maven

Add the following xyz.quaver : floatingsearchview maven dependency to the pom.xml file with your favorite IDE (IntelliJ / Eclipse / Netbeans):

<dependency>
    <groupId>xyz.quaver</groupId>
    <artifactId>floatingsearchview</artifactId>
    <version>1.1.7</version>
</dependency>

How to add a dependency to Gradle

Gradle Groovy DSL: Add the following xyz.quaver : floatingsearchview gradle dependency to your build.gradle file:

implementation 'xyz.quaver:floatingsearchview:1.1.7'

Gradle Kotlin DSL: Add the following xyz.quaver : floatingsearchview gradle kotlin dependency to your build.gradle.kts file:

implementation("xyz.quaver:floatingsearchview:1.1.7")

How to add a dependency to SBT Scala

SBT Scala: Add the following xyz.quaver : floatingsearchview sbt scala dependency to your build.sbt file:

libraryDependencies += "xyz.quaver" % "floatingsearchview" % "1.1.7"

Advertisement