Categories |
CategoriesIDE Development Tools |
---|---|
GroupId | GroupIdcom.github.krazykira |
ArtifactId | ArtifactIdvideffects |
Version | Version1.1.0 |
Type | Typeaar |
Filename | Size |
---|---|
videffects-1.1.0.pom | |
Browse |
<!-- 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"]