is not current version
Last Version 1.1.1

com.github.krazykira:videffects 1.1.0

It is an Android library uses OpenGL Shaders to apply effects on Videos at Runtime.

Categories

Categories

IDE Development Tools
GroupId

GroupId

com.github.krazykira
ArtifactId

ArtifactId

videffects
Version

Version

1.1.0
Type

Type

aar

Download videffects 1.1.0


<!-- https://jarcasting.com/artifacts/com.github.krazykira/videffects/ -->
<dependency>
    <groupId>com.github.krazykira</groupId>
    <artifactId>videffects</artifactId>
    <version>1.1.0</version>
    <type>aar</type>
</dependency>
// https://jarcasting.com/artifacts/com.github.krazykira/videffects/
implementation 'com.github.krazykira:videffects:1.1.0'
// https://jarcasting.com/artifacts/com.github.krazykira/videffects/
implementation ("com.github.krazykira:videffects:1.1.0")
'com.github.krazykira:videffects:aar:1.1.0'
<dependency org="com.github.krazykira" name="videffects" rev="1.1.0">
  <artifact name="videffects" type="aar" />
</dependency>
@Grapes(
@Grab(group='com.github.krazykira', module='videffects', version='1.1.0')
)
libraryDependencies += "com.github.krazykira" % "videffects" % "1.1.0"
[com.github.krazykira/videffects "1.1.0"]