Download java-data-image-1.0.1.jar file - Jar j

Jar examples for j:java-data-image

Description

Java implementation of some common api of image manipulation in the form of data frame

You can download jar file java-data-image 1.0.1 in this page.

License

MIT

Build File

You can use the following script to add java-data-image-1.0.1.jar to your project.

<dependency>
   <groupId>com.github.chen0040</groupId>
   <artifactId>java-data-image</artifactId>
   <version>1.0.1</version>
</dependency>
compile group: 'com.github.chen0040', name: 'java-data-image', version: '1.0.1'
libraryDependencies += "com.github.chen0040" % "java-data-image" % "1.0.1"
<dependency org="com.github.chen0040" name="java-data-image" rev="1.0.1"/>
@Grapes(@Grab(group='com.github.chen0040', module='java-data-image', version='1.0.1'))
'com.github.chen0040:java-data-image:jar:1.0.1'

Download

Click the following link to download the jar file.

java-data-image-1.0.1-javadoc.jar
java-data-image-1.0.1-sources.jar
java-data-image-1.0.1.jar
java-data-image-1.0.1.pom



Related Tutorials