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