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