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