Skip to content

Integration

Giorgio Antonioli edited this page Nov 1, 2019 · 8 revisions

You can download a jar from GitHub's releases page or grab it from jcenter() or mavenCentral().

Gradle

dependencies {
    compile 'com.github.fondesa:recycler-view-divider:3.1.0'
}

Maven

<dependency>
  <groupId>com.github.fondesa</groupId>
  <artifactId>recycler-view-divider</artifactId>
  <version>3.1.0</version>
  <type>pom</type>
</dependency>

Clone this wiki locally