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