License |
License |
---|---|
GroupId | GroupIdcom.github.geko444 |
ArtifactId | ArtifactIdim4java |
Version | Version1.4.2 |
Type | Typejar |
Description |
Descriptionim4java
im4java is a pure-java interface to the ImageMagick commandline. It is not meant as a replacement for JMagick, but as an addition. For details about the project, please visit the main project page.
|
Project URL |
Project URL |
Source Code Management |
Source Code Management |
Filename | Size |
---|---|
im4java-1.4.2.pom | |
im4java-1.4.2.jar | 186 KB |
im4java-1.4.2-sources.jar | 152 KB |
im4java-1.4.2-javadoc.jar | 666 KB |
Browse |
<!-- https://jarcasting.com/artifacts/com.github.geko444/im4java/ -->
<dependency>
<groupId>com.github.geko444</groupId>
<artifactId>im4java</artifactId>
<version>1.4.2</version>
</dependency>
// https://jarcasting.com/artifacts/com.github.geko444/im4java/
implementation 'com.github.geko444:im4java:1.4.2'
// https://jarcasting.com/artifacts/com.github.geko444/im4java/
implementation ("com.github.geko444:im4java:1.4.2")
'com.github.geko444:im4java:jar:1.4.2'
<dependency org="com.github.geko444" name="im4java" rev="1.4.2">
<artifact name="im4java" type="jar" />
</dependency>
@Grapes(
@Grab(group='com.github.geko444', module='im4java', version='1.4.2')
)
libraryDependencies += "com.github.geko444" % "im4java" % "1.4.2"
[com.github.geko444/im4java "1.4.2"]
Group / Artifact | Type | Version |
---|---|---|
junit : junit | jar | 3.8.1 |