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