is not current version
Last Version 3.1.6

com.giphy.sdk:core 2.0.12

The Giphy Core SDK is a wrapper around Giphy API.

GroupId

GroupId

com.giphy.sdk
ArtifactId

ArtifactId

core
Version

Version

2.0.12
Type

Type

aar

Download core 2.0.12

Filename Size
core-2.0.12.pom
Browse

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