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-1.1.2.pom download
giphy-1.1.2-sources.jar download
Apache Maven
<dependency>
  <groupId>com.klinkerapps</groupId>
  <artifactId>giphy</artifactId>
  <version>1.1.2</version>
  <type>aar</type>
</dependency>
Gradle Groovy
implementation 'com.klinkerapps:giphy:1.1.2'
Gradle Kotlin
implementation("com.klinkerapps:giphy:1.1.2")
Scala SBT
libraryDependencies += "com.klinkerapps" % "giphy" % "1.1.2"
Groovy Grape
@Grapes(
  @Grab(group='com.klinkerapps', module='giphy', version='1.1.2')
)
Apache Ivy
<dependency org="com.klinkerapps" name="giphy" rev="1.1.2" />
Leiningen
[com.klinkerapps/giphy "1.1.2"]
Apache Buildr
'com.klinkerapps:giphy:jar:1.1.2'