is not current version
Last Version 1.6.0

com.apphud:ApphudSDK-Android 1.4.1

Apphud Android SDK is a lightweight open-source library to manage auto-renewable subscriptions and other in-app purchases in your Android app. No backend required.

GroupId

GroupId

com.apphud
ArtifactId

ArtifactId

ApphudSDK-Android
Version

Version

1.4.1
Type

Type

aar

Download ApphudSDK-Android 1.4.1


<!-- https://jarcasting.com/artifacts/com.apphud/ApphudSDK-Android/ -->
<dependency>
    <groupId>com.apphud</groupId>
    <artifactId>ApphudSDK-Android</artifactId>
    <version>1.4.1</version>
    <type>aar</type>
</dependency>
// https://jarcasting.com/artifacts/com.apphud/ApphudSDK-Android/
implementation 'com.apphud:ApphudSDK-Android:1.4.1'
// https://jarcasting.com/artifacts/com.apphud/ApphudSDK-Android/
implementation ("com.apphud:ApphudSDK-Android:1.4.1")
'com.apphud:ApphudSDK-Android:aar:1.4.1'
<dependency org="com.apphud" name="ApphudSDK-Android" rev="1.4.1">
  <artifact name="ApphudSDK-Android" type="aar" />
</dependency>
@Grapes(
@Grab(group='com.apphud', module='ApphudSDK-Android', version='1.4.1')
)
libraryDependencies += "com.apphud" % "ApphudSDK-Android" % "1.4.1"
[com.apphud/ApphudSDK-Android "1.4.1"]