Download gpuimage-library-1.2.3.jar file - Jar g

Jar examples for g:gpuimage-library

Description

Image filters for Android with OpenGL (based on GPUImage for iOS)

You can download jar file gpuimage-library 1.2.3 in this page.

License

The Apache Software License, Version 2.0

Build File

You can use the following script to add gpuimage-library-1.2.3.jar to your project.

<dependency>
   <groupId>jp.co.cyberagent.android.gpuimage</groupId>
   <artifactId>gpuimage-library</artifactId>
   <version>1.2.3</version>
</dependency>
compile group: 'jp.co.cyberagent.android.gpuimage', name: 'gpuimage-library', version: '1.2.3'
libraryDependencies += "jp.co.cyberagent.android.gpuimage" % "gpuimage-library" % "1.2.3"
<dependency org="jp.co.cyberagent.android.gpuimage" name="gpuimage-library" rev="1.2.3"/>
@Grapes(@Grab(group='jp.co.cyberagent.android.gpuimage', module='gpuimage-library', version='1.2.3'))
'jp.co.cyberagent.android.gpuimage:gpuimage-library:jar:1.2.3'

Download

Click the following link to download the jar file.

gpuimage-library-1.2.3-javadoc.jar
gpuimage-library-1.2.3-sources.jar
gpuimage-library-1.2.3.pom



Related Tutorials