Files download
File Operation
sticky-headers-0.2.0.pom download
sticky-headers-0.2.0-sources.jar download
Apache Maven
<dependency>
  <groupId>com.21buttons</groupId>
  <artifactId>sticky-headers</artifactId>
  <version>0.2.0</version>
  <type>aar</type>
</dependency>
Gradle Groovy
implementation 'com.21buttons:sticky-headers:0.2.0'
Gradle Kotlin
implementation("com.21buttons:sticky-headers:0.2.0")
Scala SBT
libraryDependencies += "com.21buttons" % "sticky-headers" % "0.2.0"
Groovy Grape
@Grapes(
  @Grab(group='com.21buttons', module='sticky-headers', version='0.2.0')
)
Apache Ivy
<dependency org="com.21buttons" name="sticky-headers" rev="0.2.0" />
Leiningen
[com.21buttons/sticky-headers "0.2.0"]
Apache Buildr
'com.21buttons:sticky-headers:jar:0.2.0'