License |
License |
---|---|
GroupId | GroupIdorg.ghost4j |
ArtifactId | ArtifactIdghost4j |
Last Version | Last Version1.0.1 |
Release Date | Release Date |
Type | Typejar |
Description |
DescriptionGhost4J
Java wrapper for Ghostscript API
|
Project URL |
Project URL |
Source Code Management |
Source Code Management |
Filename | Size |
---|---|
ghost4j-1.0.1.pom | |
ghost4j-1.0.1.jar | 175 KB |
ghost4j-1.0.1-sources.jar | 184 KB |
ghost4j-1.0.1-javadoc.jar | 758 KB |
Browse |
<!-- https://jarcasting.com/artifacts/org.ghost4j/ghost4j/ -->
<dependency>
<groupId>org.ghost4j</groupId>
<artifactId>ghost4j</artifactId>
<version>1.0.1</version>
</dependency>
// https://jarcasting.com/artifacts/org.ghost4j/ghost4j/
implementation 'org.ghost4j:ghost4j:1.0.1'
// https://jarcasting.com/artifacts/org.ghost4j/ghost4j/
implementation ("org.ghost4j:ghost4j:1.0.1")
'org.ghost4j:ghost4j:jar:1.0.1'
<dependency org="org.ghost4j" name="ghost4j" rev="1.0.1">
<artifact name="ghost4j" type="jar" />
</dependency>
@Grapes(
@Grab(group='org.ghost4j', module='ghost4j', version='1.0.1')
)
libraryDependencies += "org.ghost4j" % "ghost4j" % "1.0.1"
[org.ghost4j/ghost4j "1.0.1"]
Group / Artifact | Type | Version |
---|---|---|
net.java.dev.jna : jna | jar | 4.1.0 |
log4j : log4j | jar | 1.2.17 |
commons-beanutils : commons-beanutils | jar | 1.9.2 |
org.apache.xmlgraphics : xmlgraphics-commons | jar | 1.4 |
com.lowagie : itext | jar | 2.1.7 |
Group / Artifact | Type | Version |
---|---|---|
junit : junit | jar | 4.11 |