License |
License |
---|---|
GroupId | GroupIdcom.mchange |
ArtifactId | ArtifactIdssim |
Version | Version0.6.1 |
Type | Typejar |
Description |
DescriptionSSIM
a library for on-the-fly rescaling & caching of images on a web server
|
Project URL |
Project URL |
Filename | Size |
---|---|
ssim-0.6.1.pom | |
ssim-0.6.1.jar | 36 KB |
ssim-0.6.1-sources.jar | 25 KB |
ssim-0.6.1-javadoc.jar | 30 KB |
Browse |
<!-- https://jarcasting.com/artifacts/com.mchange/ssim/ -->
<dependency>
<groupId>com.mchange</groupId>
<artifactId>ssim</artifactId>
<version>0.6.1</version>
</dependency>
// https://jarcasting.com/artifacts/com.mchange/ssim/
implementation 'com.mchange:ssim:0.6.1'
// https://jarcasting.com/artifacts/com.mchange/ssim/
implementation ("com.mchange:ssim:0.6.1")
'com.mchange:ssim:jar:0.6.1'
<dependency org="com.mchange" name="ssim" rev="0.6.1">
<artifact name="ssim" type="jar" />
</dependency>
@Grapes(
@Grab(group='com.mchange', module='ssim', version='0.6.1')
)
libraryDependencies += "com.mchange" % "ssim" % "0.6.1"
[com.mchange/ssim "0.6.1"]
Group / Artifact | Type | Version |
---|---|---|
com.mchange : mchange-commons-java | jar | 0.2.3.2-SNAPSHOT |
javax.servlet : servlet-api | jar | 2.5 |