MVN

com.lsjwzh : loadingeverywhere

Maven & Gradle

Sep 10, 2014
82 stars

LoadingEverywhere Library · LoadingEverywhere is an Android library that makes it easy to create and manage a loading mask over any view.

<dependency>
    <groupId>com.lsjwzh</groupId>
    <artifactId>loadingeverywhere</artifactId>
    <version>2.0.5</version>
</dependency>
Copy
pom.xml
Table Of Contents

Latest Version

Choose a version of com.lsjwzh : loadingeverywhere to add to Maven or Gradle - Latest Versions:

  • Latest Stable: 2.0.5

All Versions

Choose a version of com.lsjwzh : loadingeverywhere to add to Maven or Gradle - All Versions:

Version Vulnerabilities Updated
2.0.x
loadingeverywhere-2.0.5
loadingeverywhere-2.0.4
1.1.x
loadingeverywhere-1.1.1
1.0.x
loadingeverywhere-1.0.0

How to add a dependency to Maven

Add the following com.lsjwzh : loadingeverywhere maven dependency to the pom.xml file with your favorite IDE (IntelliJ / Eclipse / Netbeans):

<dependency>
    <groupId>com.lsjwzh</groupId>
    <artifactId>loadingeverywhere</artifactId>
    <version>2.0.5</version>
</dependency>

How to add a dependency to Gradle

Gradle Groovy DSL: Add the following com.lsjwzh : loadingeverywhere gradle dependency to your build.gradle file:

implementation 'com.lsjwzh:loadingeverywhere:2.0.5'

Gradle Kotlin DSL: Add the following com.lsjwzh : loadingeverywhere gradle kotlin dependency to your build.gradle.kts file:

implementation("com.lsjwzh:loadingeverywhere:2.0.5")

How to add a dependency to SBT Scala

SBT Scala: Add the following com.lsjwzh : loadingeverywhere sbt scala dependency to your build.sbt file:

libraryDependencies += "com.lsjwzh" % "loadingeverywhere" % "2.0.5"

Advertisement