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