| GroupId | GroupIdcom.myadsget |
|---|---|
| ArtifactId | ArtifactIdincentive-sdk |
| Version | Version1.1.0.6 |
| Type | Typeaar |
| Filename | Size |
|---|---|
| incentive-sdk-1.1.0.6.pom | |
| incentive-sdk-1.1.0.6-sources.jar | 285 KB |
| Browse |
<!-- https://jarcasting.com/artifacts/com.myadsget/incentive-sdk/ -->
<dependency>
<groupId>com.myadsget</groupId>
<artifactId>incentive-sdk</artifactId>
<version>1.1.0.6</version>
<type>aar</type>
</dependency>
// https://jarcasting.com/artifacts/com.myadsget/incentive-sdk/
implementation 'com.myadsget:incentive-sdk:1.1.0.6'
// https://jarcasting.com/artifacts/com.myadsget/incentive-sdk/
implementation ("com.myadsget:incentive-sdk:1.1.0.6")
'com.myadsget:incentive-sdk:aar:1.1.0.6'
<dependency org="com.myadsget" name="incentive-sdk" rev="1.1.0.6">
<artifact name="incentive-sdk" type="aar" />
</dependency>
@Grapes(
@Grab(group='com.myadsget', module='incentive-sdk', version='1.1.0.6')
)
libraryDependencies += "com.myadsget" % "incentive-sdk" % "1.1.0.6"
[com.myadsget/incentive-sdk "1.1.0.6"]