Download jmagick-6.2.4.jar file - Jar j

Jar examples for j:jmagick

Description

Java JNI wrapper around ImageMagick.

You can download jar file jmagick 6.2.4 in this page.

License

GNU LESSER GENERAL PUBLIC LICENSE

Build File

You can use the following script to add jmagick-6.2.4.jar to your project.

<dependency>
   <groupId>jmagick</groupId>
   <artifactId>jmagick</artifactId>
   <version>6.2.4</version>
</dependency>
compile group: 'jmagick', name: 'jmagick', version: '6.2.4'
libraryDependencies += "jmagick" % "jmagick" % "6.2.4"
<dependency org="jmagick" name="jmagick" rev="6.2.4"/>
@Grapes(@Grab(group='jmagick', module='jmagick', version='6.2.4'))
'jmagick:jmagick:jar:6.2.4'

Download

Click the following link to download the jar file.

jmagick-6.2.4.jar
jmagick-6.2.4.pom



Related Tutorials