GroupId | GroupIdcom.apphud |
---|---|
ArtifactId | ArtifactIdApphudSDK-Android |
Version | Version1.3.9 |
Type | Typeaar |
Filename | Size |
---|---|
ApphudSDK-Android-1.3.9.pom | |
ApphudSDK-Android-1.3.9-sources.jar | 56 KB |
Browse |
<!-- https://jarcasting.com/artifacts/com.apphud/ApphudSDK-Android/ -->
<dependency>
<groupId>com.apphud</groupId>
<artifactId>ApphudSDK-Android</artifactId>
<version>1.3.9</version>
<type>aar</type>
</dependency>
// https://jarcasting.com/artifacts/com.apphud/ApphudSDK-Android/
implementation 'com.apphud:ApphudSDK-Android:1.3.9'
// https://jarcasting.com/artifacts/com.apphud/ApphudSDK-Android/
implementation ("com.apphud:ApphudSDK-Android:1.3.9")
'com.apphud:ApphudSDK-Android:aar:1.3.9'
<dependency org="com.apphud" name="ApphudSDK-Android" rev="1.3.9">
<artifact name="ApphudSDK-Android" type="aar" />
</dependency>
@Grapes(
@Grab(group='com.apphud', module='ApphudSDK-Android', version='1.3.9')
)
libraryDependencies += "com.apphud" % "ApphudSDK-Android" % "1.3.9"
[com.apphud/ApphudSDK-Android "1.3.9"]