MVN

org.webjars.bowergithub.blueimp : jquery-file-upload

Maven & Gradle

Nov 24, 2020
31k stars

blueimp-file-upload · WebJar for blueimp-file-upload

<dependency>
    <groupId>org.webjars.bowergithub.blueimp</groupId>
    <artifactId>jquery-file-upload</artifactId>
    <version>10.31.0</version>
</dependency>
Copy
pom.xml
Table Of Contents

Latest Version

Choose a version of org.webjars.bowergithub.blueimp : jquery-file-upload to add to Maven or Gradle - Latest Versions:

  • Latest Stable: 10.31.0

All Versions

Choose a version of org.webjars.bowergithub.blueimp : jquery-file-upload to add to Maven or Gradle - All Versions:

Version Vulnerabilities Updated
10.31.x
jquery-file-upload-10.31.0
10.30.x
jquery-file-upload-10.30.1
10.29.x
jquery-file-upload-10.29.0
10.22.x
jquery-file-upload-10.22.0
10.7.x
jquery-file-upload-10.7.0
10.1.x
jquery-file-upload-10.1.0
9.28.x
jquery-file-upload-9.28.0
9.22.x
jquery-file-upload-9.22.0
9.21.x
jquery-file-upload-9.21.0

How to add a dependency to Maven

Add the following org.webjars.bowergithub.blueimp : jquery-file-upload maven dependency to the pom.xml file with your favorite IDE (IntelliJ / Eclipse / Netbeans):

<dependency>
    <groupId>org.webjars.bowergithub.blueimp</groupId>
    <artifactId>jquery-file-upload</artifactId>
    <version>10.31.0</version>
</dependency>

How to add a dependency to Gradle

Gradle Groovy DSL: Add the following org.webjars.bowergithub.blueimp : jquery-file-upload gradle dependency to your build.gradle file:

implementation 'org.webjars.bowergithub.blueimp:jquery-file-upload:10.31.0'

Gradle Kotlin DSL: Add the following org.webjars.bowergithub.blueimp : jquery-file-upload gradle kotlin dependency to your build.gradle.kts file:

implementation("org.webjars.bowergithub.blueimp:jquery-file-upload:10.31.0")

How to add a dependency to SBT Scala

SBT Scala: Add the following org.webjars.bowergithub.blueimp : jquery-file-upload sbt scala dependency to your build.sbt file:

libraryDependencies += "org.webjars.bowergithub.blueimp" % "jquery-file-upload" % "10.31.0"

Advertisement