Download hlistview-1.2.2.jar file - Jar h

Jar examples for h:hlistview

Description

Horizontal ListView for Android. Based on the official ListView google code.

You can download jar file hlistview 1.2.2 in this page.

License

The Apache Software License, Version 2.0

Build File

You can use the following script to add hlistview-1.2.2.jar to your project.

<dependency>
   <groupId>it.sephiroth.android.library.horizontallistview</groupId>
   <artifactId>hlistview</artifactId>
   <version>1.2.2</version>
</dependency>
compile group: 'it.sephiroth.android.library.horizontallistview', name: 'hlistview', version: '1.2.2'
libraryDependencies += "it.sephiroth.android.library.horizontallistview" % "hlistview" % "1.2.2"
<dependency org="it.sephiroth.android.library.horizontallistview" name="hlistview" rev="1.2.2"/>
@Grapes(@Grab(group='it.sephiroth.android.library.horizontallistview', module='hlistview', version='1.2.2'))
'it.sephiroth.android.library.horizontallistview:hlistview:jar:1.2.2'

Download

Click the following link to download the jar file.

hlistview-1.2.2-javadoc.jar
hlistview-1.2.2-sources.jar
hlistview-1.2.2.pom



Related Tutorials