License |
License |
---|---|
GroupId | GroupIdit.sephiroth.android.library.horizontallistview |
ArtifactId | ArtifactIdhlistview |
Version | Version1.3.1 |
Type | Typeaar |
Description |
DescriptionHorizontalListView
Horizontal ListView for Android. Based on the official ListView google code.
|
Project URL |
Project URL |
Source Code Management |
Source Code Management |
Filename | Size |
---|---|
hlistview-1.3.1.pom | |
hlistview-1.3.1.aar | 148 KB |
Browse |
<!-- https://jarcasting.com/artifacts/it.sephiroth.android.library.horizontallistview/hlistview/ -->
<dependency>
<groupId>it.sephiroth.android.library.horizontallistview</groupId>
<artifactId>hlistview</artifactId>
<version>1.3.1</version>
<type>aar</type>
</dependency>
// https://jarcasting.com/artifacts/it.sephiroth.android.library.horizontallistview/hlistview/
implementation 'it.sephiroth.android.library.horizontallistview:hlistview:1.3.1'
// https://jarcasting.com/artifacts/it.sephiroth.android.library.horizontallistview/hlistview/
implementation ("it.sephiroth.android.library.horizontallistview:hlistview:1.3.1")
'it.sephiroth.android.library.horizontallistview:hlistview:aar:1.3.1'
<dependency org="it.sephiroth.android.library.horizontallistview" name="hlistview" rev="1.3.1">
<artifact name="hlistview" type="aar" />
</dependency>
@Grapes(
@Grab(group='it.sephiroth.android.library.horizontallistview', module='hlistview', version='1.3.1')
)
libraryDependencies += "it.sephiroth.android.library.horizontallistview" % "hlistview" % "1.3.1"
[it.sephiroth.android.library.horizontallistview/hlistview "1.3.1"]
Group / Artifact | Type | Version |
---|---|---|
com.android.support » support-v4 | jar | 21.0.3 |