Get the latest version of the GrabzIt Java Library by clicking the button below! This library requires Java 8+. This library is also covered by the open source MIT license, so feel free to use it and modify it however you like.
In addition to the GrabzIt Java Library the download also contains a demo web application. The demo can create PDF and image screenshots of websites as well as convert on-line videos into animated GIF's.
Simply add this dependency to your pom.xml
file:
<dependency> <groupId>it.grabz.grabzit</groupId> <artifactId>grabzit</artifactId> <version></version> </dependency>
Simply add this dependency to your BuildConfig.groovy
file:
compile 'it.grabz.grabzit:grabzit:'