GroupId | GroupIdcom.tencent.tcr |
---|---|
ArtifactId | ArtifactIdtcg |
Version | Version1.0.0 |
Type | Typeaar |
Filename | Size |
---|---|
tcg-1.0.0.pom | |
Browse |
<!-- https://jarcasting.com/artifacts/com.tencent.tcr/tcg/ -->
<dependency>
<groupId>com.tencent.tcr</groupId>
<artifactId>tcg</artifactId>
<version>1.0.0</version>
<type>aar</type>
</dependency>
// https://jarcasting.com/artifacts/com.tencent.tcr/tcg/
implementation 'com.tencent.tcr:tcg:1.0.0'
// https://jarcasting.com/artifacts/com.tencent.tcr/tcg/
implementation ("com.tencent.tcr:tcg:1.0.0")
'com.tencent.tcr:tcg:aar:1.0.0'
<dependency org="com.tencent.tcr" name="tcg" rev="1.0.0">
<artifact name="tcg" type="aar" />
</dependency>
@Grapes(
@Grab(group='com.tencent.tcr', module='tcg', version='1.0.0')
)
libraryDependencies += "com.tencent.tcr" % "tcg" % "1.0.0"
[com.tencent.tcr/tcg "1.0.0"]