is not current version
Last Version 3.1.6

com.giphy.sdk:core 1.0.1

The Giphy Core SDK is a wrapper around Giphy API.

GroupId

GroupId

com.giphy.sdk
ArtifactId

ArtifactId

core
Version

Version

1.0.1
Type

Type

aar

Download core 1.0.1

Filename Size
core-1.0.1.pom
Browse

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