| GroupId | GroupIdorg.webjars.bower |
|---|---|
| ArtifactId | ArtifactIdjquery-file-upload |
| Version | Version9.14.2 |
| Type | Typejar |
| Filename | Size |
|---|---|
| jquery-file-upload-9.14.2.pom | |
| jquery-file-upload-9.14.2.jar | 56 KB |
| jquery-file-upload-9.14.2-sources.jar | 22 bytes |
| jquery-file-upload-9.14.2-javadoc.jar | 22 bytes |
| Browse |
<!-- https://jarcasting.com/artifacts/org.webjars.bower/jquery-file-upload/ -->
<dependency>
<groupId>org.webjars.bower</groupId>
<artifactId>jquery-file-upload</artifactId>
<version>9.14.2</version>
</dependency>
// https://jarcasting.com/artifacts/org.webjars.bower/jquery-file-upload/
implementation 'org.webjars.bower:jquery-file-upload:9.14.2'
// https://jarcasting.com/artifacts/org.webjars.bower/jquery-file-upload/
implementation ("org.webjars.bower:jquery-file-upload:9.14.2")
'org.webjars.bower:jquery-file-upload:jar:9.14.2'
<dependency org="org.webjars.bower" name="jquery-file-upload" rev="9.14.2">
<artifact name="jquery-file-upload" type="jar" />
</dependency>
@Grapes(
@Grab(group='org.webjars.bower', module='jquery-file-upload', version='9.14.2')
)
libraryDependencies += "org.webjars.bower" % "jquery-file-upload" % "9.14.2"
[org.webjars.bower/jquery-file-upload "9.14.2"]