MVN

ir.siaray : downloadmanagerplus

Maven & Gradle

May 30, 2018
86 stars

downloadmanagerplus · Using faster and easier than Android Download Manager.

<dependency>
    <groupId>ir.siaray</groupId>
    <artifactId>downloadmanagerplus</artifactId>
    <version>1.2.5</version>
</dependency>
Copy
pom.xml
Table Of Contents

Latest Version

Choose a version of ir.siaray : downloadmanagerplus to add to Maven or Gradle - Latest Versions:

  • Latest Stable: 1.2.5

All Versions

Choose a version of ir.siaray : downloadmanagerplus to add to Maven or Gradle - All Versions:

Version Vulnerabilities Updated
1.2.x
downloadmanagerplus-1.2.5

How to add a dependency to Maven

Add the following ir.siaray : downloadmanagerplus maven dependency to the pom.xml file with your favorite IDE (IntelliJ / Eclipse / Netbeans):

<dependency>
    <groupId>ir.siaray</groupId>
    <artifactId>downloadmanagerplus</artifactId>
    <version>1.2.5</version>
</dependency>

How to add a dependency to Gradle

Gradle Groovy DSL: Add the following ir.siaray : downloadmanagerplus gradle dependency to your build.gradle file:

implementation 'ir.siaray:downloadmanagerplus:1.2.5'

Gradle Kotlin DSL: Add the following ir.siaray : downloadmanagerplus gradle kotlin dependency to your build.gradle.kts file:

implementation("ir.siaray:downloadmanagerplus:1.2.5")

How to add a dependency to SBT Scala

SBT Scala: Add the following ir.siaray : downloadmanagerplus sbt scala dependency to your build.sbt file:

libraryDependencies += "ir.siaray" % "downloadmanagerplus" % "1.2.5"

Advertisement