l

library

An Android staggered grid view which supports multiple columns with rows of varying sizes.
https://github.com/etsy/AndroidStaggeredGrid
The Apache Software License, Version 2.0
Etsy
Files download
File Operation
library-1.0.5.pom download
library-1.0.5-sources.jar download
Apache Maven
<dependency>
  <groupId>com.etsy.android.grid</groupId>
  <artifactId>library</artifactId>
  <version>1.0.5</version>
  <type>aar</type>
</dependency>
Gradle Groovy
implementation 'com.etsy.android.grid:library:1.0.5'
Gradle Kotlin
implementation("com.etsy.android.grid:library:1.0.5")
Scala SBT
libraryDependencies += "com.etsy.android.grid" % "library" % "1.0.5"
Groovy Grape
@Grapes(
  @Grab(group='com.etsy.android.grid', module='library', version='1.0.5')
)
Apache Ivy
<dependency org="com.etsy.android.grid" name="library" rev="1.0.5" />
Leiningen
[com.etsy.android.grid/library "1.0.5"]
Apache Buildr
'com.etsy.android.grid:library:jar:1.0.5'