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