GroupId | GroupIdorg.webjars.npm |
---|---|
ArtifactId | ArtifactIdblueimp-load-image |
Version | Version2.20.1 |
Type | Typejar |
Filename | Size |
---|---|
blueimp-load-image-2.20.1.pom | |
blueimp-load-image-2.20.1.jar | 41 KB |
blueimp-load-image-2.20.1-sources.jar | 22 bytes |
blueimp-load-image-2.20.1-javadoc.jar | 22 bytes |
Browse |
<!-- https://jarcasting.com/artifacts/org.webjars.npm/blueimp-load-image/ -->
<dependency>
<groupId>org.webjars.npm</groupId>
<artifactId>blueimp-load-image</artifactId>
<version>2.20.1</version>
</dependency>
// https://jarcasting.com/artifacts/org.webjars.npm/blueimp-load-image/
implementation 'org.webjars.npm:blueimp-load-image:2.20.1'
// https://jarcasting.com/artifacts/org.webjars.npm/blueimp-load-image/
implementation ("org.webjars.npm:blueimp-load-image:2.20.1")
'org.webjars.npm:blueimp-load-image:jar:2.20.1'
<dependency org="org.webjars.npm" name="blueimp-load-image" rev="2.20.1">
<artifact name="blueimp-load-image" type="jar" />
</dependency>
@Grapes(
@Grab(group='org.webjars.npm', module='blueimp-load-image', version='2.20.1')
)
libraryDependencies += "org.webjars.npm" % "blueimp-load-image" % "2.20.1"
[org.webjars.npm/blueimp-load-image "2.20.1"]