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