GroupId | GroupIdorg.webjars.npm |
---|---|
ArtifactId | ArtifactIdblueimp-load-image |
Version | Version2.24.0 |
Type | Typejar |
Filename | Size |
---|---|
blueimp-load-image-2.24.0.pom | |
blueimp-load-image-2.24.0.jar | 42 KB |
blueimp-load-image-2.24.0-sources.jar | 22 bytes |
blueimp-load-image-2.24.0-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.24.0</version>
</dependency>
// https://jarcasting.com/artifacts/org.webjars.npm/blueimp-load-image/
implementation 'org.webjars.npm:blueimp-load-image:2.24.0'
// https://jarcasting.com/artifacts/org.webjars.npm/blueimp-load-image/
implementation ("org.webjars.npm:blueimp-load-image:2.24.0")
'org.webjars.npm:blueimp-load-image:jar:2.24.0'
<dependency org="org.webjars.npm" name="blueimp-load-image" rev="2.24.0">
<artifact name="blueimp-load-image" type="jar" />
</dependency>
@Grapes(
@Grab(group='org.webjars.npm', module='blueimp-load-image', version='2.24.0')
)
libraryDependencies += "org.webjars.npm" % "blueimp-load-image" % "2.24.0"
[org.webjars.npm/blueimp-load-image "2.24.0"]