MVN

org.imgscalr : imgscalr-lib

Maven & Gradle

Jan 11, 2012
198 usages
1.2k stars

imgscalr - A Java Image Scaling Library · imgscalr is an simple and efficient best-practices image-scaling and manipulation library implemented in pure Java.

<dependency>
    <groupId>org.imgscalr</groupId>
    <artifactId>imgscalr-lib</artifactId>
    <version>4.2</version>
</dependency>
Copy
pom.xml
Table Of Contents

Latest Version

Choose a version of org.imgscalr : imgscalr-lib to add to Maven or Gradle - Latest Versions:

  • Latest Stable: 4.2

All Versions

Choose a version of org.imgscalr : imgscalr-lib to add to Maven or Gradle - All Versions:

Version Vulnerabilities Updated
4.2
imgscalr-lib-4.2
4.1
imgscalr-lib-4.1
4.0
imgscalr-lib-4.0

How to add a dependency to Maven

Add the following org.imgscalr : imgscalr-lib maven dependency to the pom.xml file with your favorite IDE (IntelliJ / Eclipse / Netbeans):

<dependency>
    <groupId>org.imgscalr</groupId>
    <artifactId>imgscalr-lib</artifactId>
    <version>4.2</version>
</dependency>

How to add a dependency to Gradle

Gradle Groovy DSL: Add the following org.imgscalr : imgscalr-lib gradle dependency to your build.gradle file:

implementation 'org.imgscalr:imgscalr-lib:4.2'

Gradle Kotlin DSL: Add the following org.imgscalr : imgscalr-lib gradle kotlin dependency to your build.gradle.kts file:

implementation("org.imgscalr:imgscalr-lib:4.2")

How to add a dependency to SBT Scala

SBT Scala: Add the following org.imgscalr : imgscalr-lib sbt scala dependency to your build.sbt file:

libraryDependencies += "org.imgscalr" % "imgscalr-lib" % "4.2"

Advertisement

Dependencies from Group

Jan 11, 2012
198 usages
1.2k stars

Discover Dependencies

Aug 26, 2006
10 usages
Apr 25, 2008
43 usages
Nov 26, 2014
3 usages
Feb 24, 2015
0 stars
Mar 01, 2006
14 usages
Oct 18, 2005
1 usages
Jan 19, 2006
7 usages
Dec 24, 2012
29 usages
Sep 20, 2005
22 usages
Apr 07, 2012
2 usages
213 stars