MVN

au.com.domain : accounts-autocomplete

Maven & Gradle

Aug 23, 2016
16 stars

Accounts AutoComplete · An M-compatible custom AutoCompleteTextView that shows the user's Google accounts as autocomplete suggestions.

<dependency>
    <groupId>au.com.domain</groupId>
    <artifactId>accounts-autocomplete</artifactId>
    <version>1.0.0</version>
</dependency>
Copy
pom.xml
Table Of Contents

Latest Version

Choose a version of au.com.domain : accounts-autocomplete to add to Maven or Gradle - Latest Versions:

  • Latest Stable: 1.0.0

All Versions

Choose a version of au.com.domain : accounts-autocomplete to add to Maven or Gradle - All Versions:

Version Vulnerabilities Updated
1.0.x
accounts-autocomplete-1.0.0

How to add a dependency to Maven

Add the following au.com.domain : accounts-autocomplete maven dependency to the pom.xml file with your favorite IDE (IntelliJ / Eclipse / Netbeans):

<dependency>
    <groupId>au.com.domain</groupId>
    <artifactId>accounts-autocomplete</artifactId>
    <version>1.0.0</version>
</dependency>

How to add a dependency to Gradle

Gradle Groovy DSL: Add the following au.com.domain : accounts-autocomplete gradle dependency to your build.gradle file:

implementation 'au.com.domain:accounts-autocomplete:1.0.0'

Gradle Kotlin DSL: Add the following au.com.domain : accounts-autocomplete gradle kotlin dependency to your build.gradle.kts file:

implementation("au.com.domain:accounts-autocomplete:1.0.0")

How to add a dependency to SBT Scala

SBT Scala: Add the following au.com.domain : accounts-autocomplete sbt scala dependency to your build.sbt file:

libraryDependencies += "au.com.domain" % "accounts-autocomplete" % "1.0.0"

Advertisement