g

giphy

An easy-to-implement search tool for finding awesome GIFs
https://github.com/klinker24/Android-GiphySearch
The Apache Software License, Version 2.0
Luke Klinker
Files download
File Operation
giphy-2.1.4.pom download
giphy-2.1.4-sources.jar download
Apache Maven
<dependency>
  <groupId>com.klinkerapps</groupId>
  <artifactId>giphy</artifactId>
  <version>2.1.4</version>
  <type>aar</type>
</dependency>
Gradle Groovy
implementation 'com.klinkerapps:giphy:2.1.4'
Gradle Kotlin
implementation("com.klinkerapps:giphy:2.1.4")
Scala SBT
libraryDependencies += "com.klinkerapps" % "giphy" % "2.1.4"
Groovy Grape
@Grapes(
  @Grab(group='com.klinkerapps', module='giphy', version='2.1.4')
)
Apache Ivy
<dependency org="com.klinkerapps" name="giphy" rev="2.1.4" />
Leiningen
[com.klinkerapps/giphy "2.1.4"]
Apache Buildr
'com.klinkerapps:giphy:jar:2.1.4'