| License | License | 
|---|---|
| Categories | CategoriesImgscalr Data Data Formats Image Processing | 
| GroupId | GroupIdorg.imgscalr | 
| ArtifactId | ArtifactIdimgscalr-lib | 
| Last Version | Last Version4.2 | 
| Release Date | Release Date | 
| Type | Typejar | 
| Description | Descriptionimgscalr - A Java Image Scaling Library imgscalr is an simple and efficient best-practices image-scaling and manipulation library implemented in pure Java. | 
| Project URL | Project URL | 
| Project Organization | Project Organization | 
| Filename | Size | 
|---|---|
| imgscalr-lib-4.2.pom | |
| imgscalr-lib-4.2.jar | 27 KB | 
| imgscalr-lib-4.2-sources.jar | 25 KB | 
| imgscalr-lib-4.2-javadoc.jar | 81 KB | 
| Browse | 
<!-- https://jarcasting.com/artifacts/org.imgscalr/imgscalr-lib/ -->
<dependency>
    <groupId>org.imgscalr</groupId>
    <artifactId>imgscalr-lib</artifactId>
    <version>4.2</version>
</dependency>// https://jarcasting.com/artifacts/org.imgscalr/imgscalr-lib/
implementation 'org.imgscalr:imgscalr-lib:4.2'// https://jarcasting.com/artifacts/org.imgscalr/imgscalr-lib/
implementation ("org.imgscalr:imgscalr-lib:4.2")'org.imgscalr:imgscalr-lib:jar:4.2'<dependency org="org.imgscalr" name="imgscalr-lib" rev="4.2">
  <artifact name="imgscalr-lib" type="jar" />
</dependency>@Grapes(
@Grab(group='org.imgscalr', module='imgscalr-lib', version='4.2')
)libraryDependencies += "org.imgscalr" % "imgscalr-lib" % "4.2"[org.imgscalr/imgscalr-lib "4.2"]| Group / Artifact | Type | Version | 
|---|---|---|
| junit : junit | jar | 4.10 |