is not current version
Last Version 3.1.6

com.giphy.sdk:core 2.0.13

The Giphy Core SDK is a wrapper around Giphy API.

GroupId

GroupId

com.giphy.sdk
ArtifactId

ArtifactId

core
Version

Version

2.0.13
Type

Type

aar

Download core 2.0.13

Filename Size
core-2.0.13.pom
Browse

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