MVN

es.oneoctopus.swiperefreshlayoutoverlay : library

Maven & Gradle

Oct 22, 2014
23 stars

SwipeRefreshLayoutOverlay Library · Custom SwipeRefreshLayout that works when overlaying the ActionBar

<dependency>
    <groupId>es.oneoctopus.swiperefreshlayoutoverlay</groupId>
    <artifactId>library</artifactId>
    <version>3.0.1</version>
</dependency>
Copy
pom.xml
Table Of Contents

Latest Version

Choose a version of es.oneoctopus.swiperefreshlayoutoverlay : library to add to Maven or Gradle - Latest Versions:

  • Latest Stable: 3.0.1

All Versions

Choose a version of es.oneoctopus.swiperefreshlayoutoverlay : library to add to Maven or Gradle - All Versions:

Version Vulnerabilities Updated
3.0.x
library-3.0.1
library-3.0.0
2
library-2
2.0.x
library-2.0.0
1.1.x
library-1.1.0
1.1
library-1.1
1
library-1

How to add a dependency to Maven

Add the following es.oneoctopus.swiperefreshlayoutoverlay : library maven dependency to the pom.xml file with your favorite IDE (IntelliJ / Eclipse / Netbeans):

<dependency>
    <groupId>es.oneoctopus.swiperefreshlayoutoverlay</groupId>
    <artifactId>library</artifactId>
    <version>3.0.1</version>
</dependency>

How to add a dependency to Gradle

Gradle Groovy DSL: Add the following es.oneoctopus.swiperefreshlayoutoverlay : library gradle dependency to your build.gradle file:

implementation 'es.oneoctopus.swiperefreshlayoutoverlay:library:3.0.1'

Gradle Kotlin DSL: Add the following es.oneoctopus.swiperefreshlayoutoverlay : library gradle kotlin dependency to your build.gradle.kts file:

implementation("es.oneoctopus.swiperefreshlayoutoverlay:library:3.0.1")

How to add a dependency to SBT Scala

SBT Scala: Add the following es.oneoctopus.swiperefreshlayoutoverlay : library sbt scala dependency to your build.sbt file:

libraryDependencies += "es.oneoctopus.swiperefreshlayoutoverlay" % "library" % "3.0.1"