License |
License |
---|---|
Categories |
CategoriesSearch Business Logic Libraries |
GroupId | GroupIdcom.github.VyacheslavShmakin |
ArtifactId | ArtifactIdmaterial-searchview |
Last Version | Last Version1.2.0 |
Release Date | Release Date |
Type | Typeaar |
Description |
DescriptionAndroid Material SearchView
A search view library for Android based on DialogFragment
|
Project URL |
Project URL |
Filename | Size |
---|---|
material-searchview-1.2.0.pom | |
material-searchview-1.2.0.aar | 47 KB |
material-searchview-1.2.0-sources.jar | 13 KB |
material-searchview-1.2.0-javadoc.jar | 39 KB |
Browse |
<!-- https://jarcasting.com/artifacts/com.github.VyacheslavShmakin/material-searchview/ -->
<dependency>
<groupId>com.github.VyacheslavShmakin</groupId>
<artifactId>material-searchview</artifactId>
<version>1.2.0</version>
<type>aar</type>
</dependency>
// https://jarcasting.com/artifacts/com.github.VyacheslavShmakin/material-searchview/
implementation 'com.github.VyacheslavShmakin:material-searchview:1.2.0'
// https://jarcasting.com/artifacts/com.github.VyacheslavShmakin/material-searchview/
implementation ("com.github.VyacheslavShmakin:material-searchview:1.2.0")
'com.github.VyacheslavShmakin:material-searchview:aar:1.2.0'
<dependency org="com.github.VyacheslavShmakin" name="material-searchview" rev="1.2.0">
<artifact name="material-searchview" type="aar" />
</dependency>
@Grapes(
@Grab(group='com.github.VyacheslavShmakin', module='material-searchview', version='1.2.0')
)
libraryDependencies += "com.github.VyacheslavShmakin" % "material-searchview" % "1.2.0"
[com.github.VyacheslavShmakin/material-searchview "1.2.0"]
Group / Artifact | Type | Version |
---|---|---|
com.android.support » appcompat-v7 | jar | 27.0.1 |
com.android.support » cardview-v7 | jar | 27.0.1 |
com.android.support » recyclerview-v7 | jar | 27.0.1 |
com.andkulikov : transitionseverywhere | jar | 1.7.7 |