GroupId | GroupIdcom.klinkerapps |
---|---|
ArtifactId | ArtifactIdgiphy |
Version | Version2.1.3 |
Type | Typeaar |
Filename | Size |
---|---|
giphy-2.1.3.pom | |
giphy-2.1.3.aar | 76 KB |
giphy-2.1.3-sources.jar | 10 KB |
giphy-2.1.3-javadoc.jar | 46 KB |
Browse |
<!-- https://jarcasting.com/artifacts/com.klinkerapps/giphy/ -->
<dependency>
<groupId>com.klinkerapps</groupId>
<artifactId>giphy</artifactId>
<version>2.1.3</version>
<type>aar</type>
</dependency>
// https://jarcasting.com/artifacts/com.klinkerapps/giphy/
implementation 'com.klinkerapps:giphy:2.1.3'
// https://jarcasting.com/artifacts/com.klinkerapps/giphy/
implementation ("com.klinkerapps:giphy:2.1.3")
'com.klinkerapps:giphy:aar:2.1.3'
<dependency org="com.klinkerapps" name="giphy" rev="2.1.3">
<artifact name="giphy" type="aar" />
</dependency>
@Grapes(
@Grab(group='com.klinkerapps', module='giphy', version='2.1.3')
)
libraryDependencies += "com.klinkerapps" % "giphy" % "2.1.3"
[com.klinkerapps/giphy "2.1.3"]