forked from coobird/thumbnailator
-
Notifications
You must be signed in to change notification settings - Fork 0
Maven
Chris Kroells edited this page Sep 20, 2015
·
2 revisions
By popular demand, Thumbnailator is now available through the Maven Central Repository!
Simply add the following to the dependencies
section of the pom.xml
:
<dependency>
<groupId>net.coobird</groupId>
<artifactId>thumbnailator</artifactId>
<version>[0.4, 0.5)</version>
</dependency>
The above dependency definition will fetch the newest available version of Thumbnailator in the 0.4.x version range.
If a specific version of Thumbnailator is required, replace [0.4, 0.5)
with a specific version number, such as 0.4.3
.