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