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