Categories |
CategoriesSearch Business Logic Libraries |
---|---|
GroupId | GroupIdcom.klinkerapps |
ArtifactId | ArtifactIdsearchview |
Version | Version2.2.4 |
Type | Typeaar |
Filename | Size |
---|---|
searchview-2.2.4.pom | |
searchview-2.2.4.aar | 87 KB |
searchview-2.2.4-sources.jar | 17 KB |
searchview-2.2.4-javadoc.jar | 94 KB |
Browse |
<!-- https://jarcasting.com/artifacts/com.klinkerapps/searchview/ -->
<dependency>
<groupId>com.klinkerapps</groupId>
<artifactId>searchview</artifactId>
<version>2.2.4</version>
<type>aar</type>
</dependency>
// https://jarcasting.com/artifacts/com.klinkerapps/searchview/
implementation 'com.klinkerapps:searchview:2.2.4'
// https://jarcasting.com/artifacts/com.klinkerapps/searchview/
implementation ("com.klinkerapps:searchview:2.2.4")
'com.klinkerapps:searchview:aar:2.2.4'
<dependency org="com.klinkerapps" name="searchview" rev="2.2.4">
<artifact name="searchview" type="aar" />
</dependency>
@Grapes(
@Grab(group='com.klinkerapps', module='searchview', version='2.2.4')
)
libraryDependencies += "com.klinkerapps" % "searchview" % "2.2.4"
[com.klinkerapps/searchview "2.2.4"]