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