Download ghost4j-1.0.1.jar file - Jar g

Jar examples for g:ghost4j

Description

Java wrapper for Ghostscript API

You can download jar file ghost4j 1.0.1 in this page.

License

GNU LESSER GENERAL PUBLIC LICENSE

Build File

You can use the following script to add ghost4j-1.0.1.jar to your project.

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

Download

Click the following link to download the jar file.

ghost4j-1.0.1-javadoc.jar
ghost4j-1.0.1-sources.jar
ghost4j-1.0.1.jar
ghost4j-1.0.1.pom



Related Tutorials