| GroupId | GroupIdcom.giphy.sdk |
|---|---|
| ArtifactId | ArtifactIdcore |
| Version | Version2.0.14 |
| Type | Typeaar |
| 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"]