is not current version
Last Version 4.4.0

com.deploygate:sdk 3.0

Android SDK for DeployGate

GroupId

GroupId

com.deploygate
ArtifactId

ArtifactId

sdk
Version

Version

3.0
Type

Type

aar

Download sdk 3.0

Filename Size
sdk-3.0.pom
sdk-3.0.aar 23 KB
Browse

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