Download vlayout-1.2.10.jar file - Jar v

Jar examples for v:vlayout

Description

Project vlayout is a powerfull LayoutManager extension for RecyclerView, it provides a group of layouts for RecyclerView. Make it able to handle a complicate situation when grid, list and other layouts in the same recyclerview.

You can download jar file vlayout 1.2.10 in this page.

License

MIT

Build File

You can use the following script to add vlayout-1.2.10.jar to your project.

<dependency>
   <groupId>com.alibaba.android</groupId>
   <artifactId>vlayout</artifactId>
   <version>1.2.10</version>
</dependency>
compile group: 'com.alibaba.android', name: 'vlayout', version: '1.2.10'
libraryDependencies += "com.alibaba.android" % "vlayout" % "1.2.10"
<dependency org="com.alibaba.android" name="vlayout" rev="1.2.10"/>
@Grapes(@Grab(group='com.alibaba.android', module='vlayout', version='1.2.10'))
'com.alibaba.android:vlayout:jar:1.2.10'

Download

Click the following link to download the jar file.

vlayout-1.2.10-sources.jar
vlayout-1.2.10.pom



Related Tutorials