GroupId | GroupIdcom.tencent.edu |
---|---|
ArtifactId | ArtifactIdTYICSDK |
Version | Version2.0.0.0 |
Type | Typeaar |
Filename | Size |
---|---|
TYICSDK-2.0.0.0.pom | |
TYICSDK-2.0.0.0.aar | 3 MB |
TYICSDK-2.0.0.0-sources.jar | 126 KB |
Browse |
<!-- https://jarcasting.com/artifacts/com.tencent.edu/TYICSDK/ -->
<dependency>
<groupId>com.tencent.edu</groupId>
<artifactId>TYICSDK</artifactId>
<version>2.0.0.0</version>
<type>aar</type>
</dependency>
// https://jarcasting.com/artifacts/com.tencent.edu/TYICSDK/
implementation 'com.tencent.edu:TYICSDK:2.0.0.0'
// https://jarcasting.com/artifacts/com.tencent.edu/TYICSDK/
implementation ("com.tencent.edu:TYICSDK:2.0.0.0")
'com.tencent.edu:TYICSDK:aar:2.0.0.0'
<dependency org="com.tencent.edu" name="TYICSDK" rev="2.0.0.0">
<artifact name="TYICSDK" type="aar" />
</dependency>
@Grapes(
@Grab(group='com.tencent.edu', module='TYICSDK', version='2.0.0.0')
)
libraryDependencies += "com.tencent.edu" % "TYICSDK" % "2.0.0.0"
[com.tencent.edu/TYICSDK "2.0.0.0"]