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