| GroupId | GroupIdcom.giphy.sdk |
|---|---|
| ArtifactId | ArtifactIdcore |
| Version | Version3.1.4 |
| Type | Typeaar |
| Filename | Size |
|---|---|
| core-3.1.4.pom | |
| Browse |
<!-- https://jarcasting.com/artifacts/com.giphy.sdk/core/ -->
<dependency>
<groupId>com.giphy.sdk</groupId>
<artifactId>core</artifactId>
<version>3.1.4</version>
<type>aar</type>
</dependency>
// https://jarcasting.com/artifacts/com.giphy.sdk/core/
implementation 'com.giphy.sdk:core:3.1.4'
// https://jarcasting.com/artifacts/com.giphy.sdk/core/
implementation ("com.giphy.sdk:core:3.1.4")
'com.giphy.sdk:core:aar:3.1.4'
<dependency org="com.giphy.sdk" name="core" rev="3.1.4">
<artifact name="core" type="aar" />
</dependency>
@Grapes(
@Grab(group='com.giphy.sdk', module='core', version='3.1.4')
)
libraryDependencies += "com.giphy.sdk" % "core" % "3.1.4"
[com.giphy.sdk/core "3.1.4"]