License |
License |
---|---|
GroupId | GroupIdjp.co.cyberagent.android.gpuimage |
ArtifactId | ArtifactIdgpuimage-library |
Version | Version1.4.0 |
Type | Typejar |
Description |
DescriptionGPUImage for Android Library
Image filters for Android with OpenGL (based on GPUImage for iOS)
|
Project URL |
Project URL |
Filename | Size |
---|---|
gpuimage-library-1.4.0.pom | |
gpuimage-library-1.4.0.jar | 261 bytes |
gpuimage-library-1.4.0-sources.jar | 121 KB |
gpuimage-library-1.4.0-javadoc.jar | 368 KB |
Browse |
<!-- https://jarcasting.com/artifacts/jp.co.cyberagent.android.gpuimage/gpuimage-library/ -->
<dependency>
<groupId>jp.co.cyberagent.android.gpuimage</groupId>
<artifactId>gpuimage-library</artifactId>
<version>1.4.0</version>
</dependency>
// https://jarcasting.com/artifacts/jp.co.cyberagent.android.gpuimage/gpuimage-library/
implementation 'jp.co.cyberagent.android.gpuimage:gpuimage-library:1.4.0'
// https://jarcasting.com/artifacts/jp.co.cyberagent.android.gpuimage/gpuimage-library/
implementation ("jp.co.cyberagent.android.gpuimage:gpuimage-library:1.4.0")
'jp.co.cyberagent.android.gpuimage:gpuimage-library:jar:1.4.0'
<dependency org="jp.co.cyberagent.android.gpuimage" name="gpuimage-library" rev="1.4.0">
<artifact name="gpuimage-library" type="jar" />
</dependency>
@Grapes(
@Grab(group='jp.co.cyberagent.android.gpuimage', module='gpuimage-library', version='1.4.0')
)
libraryDependencies += "jp.co.cyberagent.android.gpuimage" % "gpuimage-library" % "1.4.0"
[jp.co.cyberagent.android.gpuimage/gpuimage-library "1.4.0"]