| GroupId | GroupIdorg.webjars.bower |
|---|---|
| ArtifactId | ArtifactIdjquery-file-upload |
| Version | Version9.12.3 |
| Type | Typejar |
| Filename | Size |
|---|---|
| jquery-file-upload-9.12.3.pom | |
| jquery-file-upload-9.12.3.jar | 55 KB |
| jquery-file-upload-9.12.3-sources.jar | 22 bytes |
| jquery-file-upload-9.12.3-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.12.3</version>
</dependency>
// https://jarcasting.com/artifacts/org.webjars.bower/jquery-file-upload/
implementation 'org.webjars.bower:jquery-file-upload:9.12.3'
// https://jarcasting.com/artifacts/org.webjars.bower/jquery-file-upload/
implementation ("org.webjars.bower:jquery-file-upload:9.12.3")
'org.webjars.bower:jquery-file-upload:jar:9.12.3'
<dependency org="org.webjars.bower" name="jquery-file-upload" rev="9.12.3">
<artifact name="jquery-file-upload" type="jar" />
</dependency>
@Grapes(
@Grab(group='org.webjars.bower', module='jquery-file-upload', version='9.12.3')
)
libraryDependencies += "org.webjars.bower" % "jquery-file-upload" % "9.12.3"
[org.webjars.bower/jquery-file-upload "9.12.3"]