GroupId | GroupIdcom.tencent.edu |
---|---|
ArtifactId | ArtifactIdTCICSDK |
Version | Version1.5.0.56 |
Type | Typeaar |
Filename | Size |
---|---|
TCICSDK-1.5.0.56.pom | |
TCICSDK-1.5.0.56-sources.jar | 222 KB |
Browse |
<!-- https://jarcasting.com/artifacts/com.tencent.edu/TCICSDK/ -->
<dependency>
<groupId>com.tencent.edu</groupId>
<artifactId>TCICSDK</artifactId>
<version>1.5.0.56</version>
<type>aar</type>
</dependency>
// https://jarcasting.com/artifacts/com.tencent.edu/TCICSDK/
implementation 'com.tencent.edu:TCICSDK:1.5.0.56'
// https://jarcasting.com/artifacts/com.tencent.edu/TCICSDK/
implementation ("com.tencent.edu:TCICSDK:1.5.0.56")
'com.tencent.edu:TCICSDK:aar:1.5.0.56'
<dependency org="com.tencent.edu" name="TCICSDK" rev="1.5.0.56">
<artifact name="TCICSDK" type="aar" />
</dependency>
@Grapes(
@Grab(group='com.tencent.edu', module='TCICSDK', version='1.5.0.56')
)
libraryDependencies += "com.tencent.edu" % "TCICSDK" % "1.5.0.56"
[com.tencent.edu/TCICSDK "1.5.0.56"]