<dependency> <groupId>com.taptap.sdk</groupId> <artifactId>tap-gid</artifactId> <version>4.3.2</version> <type>aar</type> </dependency>
implementation 'com.taptap.sdk:tap-gid:4.3.2'
implementation("com.taptap.sdk:tap-gid:4.3.2")
libraryDependencies += "com.taptap.sdk" % "tap-gid" % "4.3.2"
@Grapes( @Grab(group='com.taptap.sdk', module='tap-gid', version='4.3.2') )
<dependency org="com.taptap.sdk" name="tap-gid" rev="4.3.2" />
[com.taptap.sdk/tap-gid "4.3.2"]
'com.taptap.sdk:tap-gid:jar:4.3.2'
compile
|-- org.jetbrains.kotlin:kotlin-stdlib-jdk8:1.7.21
runtime
|-- com.taptap.sdk:tap-kit:4.3.2
|-- org.jetbrains.kotlinx:kotlinx-coroutines-core:1.6.4
|-- com.android.support:support-annotations:28.0.0
|-- org.jetbrains.kotlinx:kotlinx-serialization-json:1.4.1
|-- com.google.auto.service:auto-service-annotations:1.1.1