GroupId | GroupIdcom.growingio.android |
---|---|
ArtifactId | ArtifactIdvds-android-agent |
Version | Versiongame-autotrack-2.9.5 |
Type | Typeaar |
<!-- https://jarcasting.com/artifacts/com.growingio.android/vds-android-agent/ -->
<dependency>
<groupId>com.growingio.android</groupId>
<artifactId>vds-android-agent</artifactId>
<version>game-autotrack-2.9.5</version>
<type>aar</type>
</dependency>
// https://jarcasting.com/artifacts/com.growingio.android/vds-android-agent/
implementation 'com.growingio.android:vds-android-agent:game-autotrack-2.9.5'
// https://jarcasting.com/artifacts/com.growingio.android/vds-android-agent/
implementation ("com.growingio.android:vds-android-agent:game-autotrack-2.9.5")
'com.growingio.android:vds-android-agent:aar:game-autotrack-2.9.5'
<dependency org="com.growingio.android" name="vds-android-agent" rev="game-autotrack-2.9.5">
<artifact name="vds-android-agent" type="aar" />
</dependency>
@Grapes(
@Grab(group='com.growingio.android', module='vds-android-agent', version='game-autotrack-2.9.5')
)
libraryDependencies += "com.growingio.android" % "vds-android-agent" % "game-autotrack-2.9.5"
[com.growingio.android/vds-android-agent "game-autotrack-2.9.5"]