Download ghost4j-1.0.1.jar file

Introduction

You can download ghost4j-1.0.1.jar in this page.

License

GNU LESSER GENERAL PUBLIC LICENSE

Type List

ghost4j-1.0.1.jar file has the following types.

META-INF/MANIFEST.MF
META-INF/maven/org.ghost4j/ghost4j/pom.properties
META-INF/maven/org.ghost4j/ghost4j/pom.xml
gnu.cajo.Cajo.class
gnu.cajo.Grail.class
gnu.cajo.Service.class
gnu.cajo.invoke.Client.class
gnu.cajo.invoke.Invoke.class
gnu.cajo.invoke.JClient.class
gnu.cajo.invoke.Loader.class
gnu.cajo.invoke.NoSecurityManager.class
gnu.cajo.invoke.Remote.class
gnu.cajo.invoke.RemoteInvoke.class
gnu.cajo.utils.BaseItem.class
gnu.cajo.utils.BaseProxy.class
gnu.cajo.utils.CodebaseServer.class
gnu.cajo.utils.ItemServer.class
gnu.cajo.utils.MonitorItem.class
gnu.cajo.utils.Multicast.class
gnu.cajo.utils.ProxyLoader.class
gnu.cajo.utils.ZippedProxy.class
gnu.cajo.utils.extra.AsyncMethod.class
gnu.cajo.utils.extra.AuditorItem.class
gnu.cajo.utils.extra.ClientProxy.class
gnu.cajo.utils.extra.DynamicObject.class
gnu.cajo.utils.extra.HashedProxy.class
gnu.cajo.utils.extra.Implements.class
gnu.cajo.utils.extra.InterceptorItem.class
gnu.cajo.utils.extra.ItemProxy.class
gnu.cajo.utils.extra.Nice.class
gnu.cajo.utils.extra.Queue.class
gnu.cajo.utils.extra.Registry.class
gnu.cajo.utils.extra.Scheduler.class
gnu.cajo.utils.extra.Timer.class
gnu.cajo.utils.extra.TransparentItemProxy.class
gnu.cajo.utils.extra.Wrapper.class
gnu.cajo.utils.extra.Xfile.class
gnu.cajo.utils.extra.Zedmobject.class
org.ghost4j.AbstractComponent.class
org.ghost4j.AbstractRemoteComponent.class
org.ghost4j.Component.class
org.ghost4j.Ghostscript.class
org.ghost4j.GhostscriptException.class
org.ghost4j.GhostscriptLibrary.class
org.ghost4j.GhostscriptLibraryLoader.class
org.ghost4j.GhostscriptLoggerOutputStream.class
org.ghost4j.GhostscriptRevision.class
org.ghost4j.analyzer.AbstractAnalyzer.class
org.ghost4j.analyzer.AbstractRemoteAnalyzer.class
org.ghost4j.analyzer.AnalysisItem.class
org.ghost4j.analyzer.Analyzer.class
org.ghost4j.analyzer.AnalyzerException.class
org.ghost4j.analyzer.FontAnalysisItem.class
org.ghost4j.analyzer.FontAnalyzer.class
org.ghost4j.analyzer.InkAnalysisItem.class
org.ghost4j.analyzer.InkAnalyzer.class
org.ghost4j.analyzer.RemoteAnalyzer.class
org.ghost4j.converter.AbstractConverter.class
org.ghost4j.converter.AbstractRemoteConverter.class
org.ghost4j.converter.Converter.class
org.ghost4j.converter.ConverterException.class
org.ghost4j.converter.PDFConverter.class
org.ghost4j.converter.PSConverter.class
org.ghost4j.converter.RemoteConverter.class
org.ghost4j.display.DisplayCallback.class
org.ghost4j.display.DisplayData.class
org.ghost4j.display.ImageWriterDisplayCallback.class
org.ghost4j.display.PageRaster.class
org.ghost4j.display.PageRasterDisplayCallback.class
org.ghost4j.document.AbstractDocument.class
org.ghost4j.document.Document.class
org.ghost4j.document.DocumentException.class
org.ghost4j.document.PDFDocument.class
org.ghost4j.document.PSDocument.class
org.ghost4j.document.PaperSize.class
org.ghost4j.example.DisplayCallbackExample.class
org.ghost4j.example.FontAnalyzerExample.class
org.ghost4j.example.InkAnalyzerExample.class
org.ghost4j.example.PDFConvertExample.class
org.ghost4j.example.PDFConverterExample.class
org.ghost4j.example.PSConverterExample.class
org.ghost4j.example.PSPageCountExample.class
org.ghost4j.example.SafeAppenderModifierExample.class
org.ghost4j.example.SimpleRendererExample.class
org.ghost4j.modifier.AbstractModifier.class
org.ghost4j.modifier.AbstractRemoteModifier.class
org.ghost4j.modifier.Modifier.class
org.ghost4j.modifier.ModifierException.class
org.ghost4j.modifier.RemoteModifier.class
org.ghost4j.modifier.SafeAppenderModifier.class
org.ghost4j.renderer.AbstractRemoteRenderer.class
org.ghost4j.renderer.AbstractRenderer.class
org.ghost4j.renderer.RemoteRenderer.class
org.ghost4j.renderer.Renderer.class
org.ghost4j.renderer.RendererException.class
org.ghost4j.renderer.SimpleRenderer.class
org.ghost4j.util.DiskStore.class
org.ghost4j.util.ImageUtil.class
org.ghost4j.util.JavaFork.class
org.ghost4j.util.NetworkUtil.class
org.ghost4j.util.StreamGobbler.class
script/AnalyzePDFFonts.ps

Pom

ghost4j-1.0.1.pom file content.

<?xml version="1.0" encoding="UTF-8"?>
<project xmlns="http://maven.apache.org/POM/4.0.0" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
         xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/maven-v4_0_0.xsd">
    <modelVersion>4.0.0</modelVersion>
	
    <groupId>org.ghost4j</groupId>
    <artifactId>ghost4j</artifactId>
    <packaging>jar</packaging>
    <version>1.0.1</version>
	
    <name>Ghost4J</name>
    <description>Java wrapper for Ghostscript API</description>
    <url>http://www.ghost4j.org</url>
    
    <distributionManagement>
        <snapshotRepository>
            <id>ossrh</id>
            <url>https://oss.sonatype.org/content/repositories/snapshots</url>
        </snapshotRepository>
        <repository>
            <id>ossrh</id>
            <url>https://oss.sonatype.org/service/local/staging/deploy/maven2/</url>
        </repository>
    </distributionManagement>
  
    <licenses>
        <license>
            <name>GNU LESSER GENERAL PUBLIC LICENSE</name>
            <url>http://www.gnu.org/licenses/lgpl-3.0-standalone.html</url>
        </license>
    </licenses>

    <scm>
        <connection>scm:git:https://github.com/zippy1978/ghost4j.git</connection>
        <developerConnection>scm:git:https://github.com/zippy1978/ghost4j.git</developerConnection>
        <url>http://www.github.com/zippy1978/ghost4j</url>
        <tag>HEAD</tag>
    </scm>

    <issueManagement>
        <system>GitHub</system>
        <url>https://github.com/zippy1978/ghost4j/issues</url>
    </issueManagement>

    <properties>
        <project.build.sourceEncoding>UTF-8</project.build.sourceEncoding>
    </properties>

    <developers>
        <developer>
            <name>Gilles Grousset</name>
            <email>gi.grousset@gmail.com</email>
            <url>http://zippy1978.tumblr.com</url>
        </developer>
    </developers>

    <contributors>
        <contributor>
            <name>Dave Smith</name>
            <email>dave.smith@candata.com</email>
            <organization>CANdata Systems</organization>
            <organizationUrl>http://www.candata.com</organizationUrl>
        </contributor>
        <contributor>
            <name>Michael Sliwak</name>
            <email>msliwak@googlemail.com</email>
        </contributor>
        <contributor>
            <name>squallssck</name>
            <url>http://techfee.com</url>
            <email>squallssck@gmail.com</email>
        </contributor>
        <contributor>
            <name>BusyBusinessCat</name>
            <url>https://github.com/BusyBusinessCat</url>
        </contributor>
        <contributor>
            <name>O.J. Sousa Rodrigues</name>
            <email>osoriojaques@gmail.com</email>
            <roles>
                <role>developer</role>
                <role>contributor</role>
            </roles>
            <timezone>+1</timezone>
        </contributor>
    </contributors>

    <dependencies>
        <dependency>
            <groupId>junit</groupId>
            <artifactId>junit</artifactId>
            <version>4.11</version>
            <scope>test</scope>
        </dependency>
        <dependency>
            <groupId>net.java.dev.jna</groupId>
            <artifactId>jna</artifactId>
            <version>4.1.0</version>
        </dependency>
        <dependency>
            <groupId>log4j</groupId>
            <artifactId>log4j</artifactId>
            <version>1.2.17</version>
            <exclusions>
                <exclusion>
                    <artifactId>jmxtools</artifactId>
                    <groupId>com.sun.jdmk</groupId>
                </exclusion>
                <exclusion>
                    <artifactId>mail</artifactId>
                    <groupId>javax.mail</groupId>
                </exclusion>
                <exclusion>
                    <artifactId>jmxri</artifactId>
                    <groupId>com.sun.jmx</groupId>
                </exclusion>
                <exclusion>
                    <artifactId>jms</artifactId>
                    <groupId>javax.jms</groupId>
                </exclusion>
            </exclusions>
        </dependency>
        <dependency>
            <groupId>commons-beanutils</groupId>
            <artifactId>commons-beanutils</artifactId>
            <version>1.9.2</version>
        </dependency>
        <dependency>
            <groupId>org.apache.xmlgraphics</groupId>
            <artifactId>xmlgraphics-commons</artifactId>
            <version>1.4</version>
        </dependency>
        <dependency>
            <groupId>com.lowagie</groupId>
            <artifactId>itext</artifactId>
            <version>2.1.7</version>
            <exclusions>
                <exclusion>
                    <artifactId>bcmail-jdk14</artifactId>
                    <groupId>bouncycastle</groupId>
                </exclusion>
                <exclusion>
                    <artifactId>bcmail-jdk14</artifactId>
                    <groupId>org.bouncycastle</groupId>
                </exclusion>
                <exclusion>
                    <artifactId>bcprov-jdk14</artifactId>
                    <groupId>bouncycastle</groupId>
                </exclusion>
                <exclusion>
                    <artifactId>bcprov-jdk14</artifactId>
                    <groupId>org.bouncycastle</groupId>
                </exclusion>
                <exclusion>
                    <artifactId>bctsp-jdk14</artifactId>
                    <groupId>org.bouncycastle</groupId>
                </exclusion>
            </exclusions>
        </dependency>
    </dependencies>

    <reporting>
        <plugins>
            <plugin>
                <groupId>org.apache.maven.plugins</groupId>
                <artifactId>maven-project-info-reports-plugin</artifactId>
                <version>2.0.1</version>
                <reportSets>
                    <reportSet>
                        <reports>
                            <report>dependencies</report>
                            <report>project-team</report>
                            <report>license</report>
                            <report>scm</report>
                        </reports>
                    </reportSet>
                </reportSets>
            </plugin>
            <plugin>
                <groupId>org.apache.maven.plugins</groupId>
                <artifactId>maven-javadoc-plugin</artifactId>
                <version>2.8</version>
                <configuration>
                    <stylesheet>maven</stylesheet>
                    <additionalparam>-Xdoclint:none</additionalparam>
                </configuration>
            </plugin>
        </plugins>
    </reporting>

    <build>

        <extensions>
            <extension>
                <groupId>org.apache.maven.wagon</groupId>
                <artifactId>wagon-ssh</artifactId>
                <version>2.2</version>
            </extension>
        </extensions>

        <plugins>

            <plugin>
                <groupId>org.apache.maven.plugins</groupId>
                <artifactId>maven-compiler-plugin</artifactId>
                <version>3.0</version>
                <configuration>
                    <source>1.5</source>
                    <target>1.5</target>
                </configuration>
            </plugin>

            <plugin>
                <groupId>org.apache.maven.plugins</groupId>
                <artifactId>maven-source-plugin</artifactId>
                <version>2.1.2</version>
                <executions>
                    <execution>
                        <phase>verify</phase>
                        <goals>
                            <goal>jar-no-fork</goal>
                        </goals>
                    </execution>
                </executions>
            </plugin>

            <plugin>
                <groupId>org.apache.maven.plugins</groupId>
                <artifactId>maven-javadoc-plugin</artifactId>
                <version>2.8.1</version>
                <executions>
                    <execution>
                        <phase>verify</phase>
                        <goals>
                            <goal>jar</goal>
                        </goals>
                    </execution>
                </executions>
            </plugin>

            <plugin>
                <artifactId>maven-assembly-plugin</artifactId>
                <configuration>
                    <descriptors>
                        <descriptor>src/main/assembly/dist.xml</descriptor>
                    </descriptors>
                </configuration>
            </plugin>

            <plugin>
                <groupId>com.github.github</groupId>
                <artifactId>site-maven-plugin</artifactId>
                <version>0.12</version>
                <configuration>
                    <description>Official ${project.name} build of the
                        ${project.version} release</description>
                    <message>Official ${project.name} build</message>
                    <server>github.com</server>
                    <repositoryName>${git.name}</repositoryName>
                    <repositoryOwner>zippy1978</repositoryOwner>
                </configuration>
                <executions>
                    <execution>
                        <goals>
                            <goal>site</goal>
                        </goals>
                        <phase>site</phase>
                    </execution>
                </executions>
            </plugin>

            <plugin>
                <groupId>org.apache.maven.plugins</groupId>
                <artifactId>maven-site-plugin</artifactId>
                <version>3.0</version>
                <dependencies>
                    <dependency>
                        <groupId>com.anasoft.os</groupId>
                        <artifactId>m2st-doxia-macros</artifactId>
                        <version>2.0</version>
                    </dependency>
                    <dependency>
                        <groupId>org.apache.maven.doxia</groupId>
                        <artifactId>doxia-module-markdown</artifactId>
                        <version>1.3</version>
                    </dependency>
                </dependencies>
                <configuration>
                    <inputEncoding>UTF-8</inputEncoding>
                    <outputEncoding>UTF-8</outputEncoding>
                    <reportPlugins>
                        <plugin>
                            <groupId>org.apache.maven.plugins</groupId>
                            <artifactId>maven-project-info-reports-plugin</artifactId>
                            <version>2.5</version>
                            <reportSets>
                                <reportSet>
                                    <reports>
                                        <report>dependencies</report>
                                        <report>project-team</report>
                                        <report>issue-tracking</report>
                                        <report>license</report>
                                        <report>scm</report>
                                    </reports>
                                </reportSet>
                            </reportSets>
                        </plugin>
                        <plugin>
                            <groupId>org.apache.maven.plugins</groupId>
                            <artifactId>maven-javadoc-plugin</artifactId>
                            <version>2.7</version>
                        </plugin>
                        <plugin>
                            <groupId>org.apache.maven.plugins</groupId>
                            <artifactId>maven-surefire-report-plugin</artifactId>
                            <version>2.6</version>
                        </plugin>
                    </reportPlugins>
                </configuration>
            </plugin>
                        
            <plugin>
                <groupId>org.apache.maven.plugins</groupId>
                <artifactId>maven-gpg-plugin</artifactId>
                <version>1.6</version>
                <executions>
                    <execution>
                        <id>sign-artifacts</id>
                        <phase>verify</phase>
                        <goals>
                            <goal>sign</goal>
                        </goals>
                    </execution>
                </executions>
            </plugin>

        </plugins>
    </build>

</project>

POM Entry

<dependency>
   <groupId>org.ghost4j</groupId>
   <artifactId>ghost4j</artifactId>
   <version>1.0.1</version>
</dependency>

Download

If you think the following ghost4j-1.0.1.jar downloaded from Maven central repository is inappropriate, such as containing malicious code/tools or violating the copyright, please email , thanks.



Download ghost4j-1.0.1.jar file




PreviousNext

Related