is not current version
Last Version 3.1.6

com.giphy.sdk:core 2.0.14

The Giphy Core SDK is a wrapper around Giphy API.

GroupId

GroupId

com.giphy.sdk
ArtifactId

ArtifactId

core
Version

Version

2.0.14
Type

Type

aar

Download core 2.0.14

Filename Size
core-2.0.14.pom
Browse

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