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