is not current version
Last Version 1.0.5

com.myadsget:launch_sdk 1.0.2

LaunchSDK AAR

GroupId

GroupId

com.myadsget
ArtifactId

ArtifactId

launch_sdk
Version

Version

1.0.2
Type

Type

aar

Download launch_sdk 1.0.2


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