| GroupId | GroupIdcom.bytedanceapi | 
|---|---|
| ArtifactId | ArtifactIdttsdk-ttcommon | 
| Version | Versiontest1.18.2boring | 
| Type | Typeaar | 
| Filename | Size | 
|---|---|
| ttsdk-ttcommon-test1.18.2boring.pom | |
| Browse | 
<!-- https://jarcasting.com/artifacts/com.bytedanceapi/ttsdk-ttcommon/ -->
<dependency>
    <groupId>com.bytedanceapi</groupId>
    <artifactId>ttsdk-ttcommon</artifactId>
    <version>test1.18.2boring</version>
    <type>aar</type>
</dependency>// https://jarcasting.com/artifacts/com.bytedanceapi/ttsdk-ttcommon/
implementation 'com.bytedanceapi:ttsdk-ttcommon:test1.18.2boring'// https://jarcasting.com/artifacts/com.bytedanceapi/ttsdk-ttcommon/
implementation ("com.bytedanceapi:ttsdk-ttcommon:test1.18.2boring")'com.bytedanceapi:ttsdk-ttcommon:aar:test1.18.2boring'<dependency org="com.bytedanceapi" name="ttsdk-ttcommon" rev="test1.18.2boring">
  <artifact name="ttsdk-ttcommon" type="aar" />
</dependency>@Grapes(
@Grab(group='com.bytedanceapi', module='ttsdk-ttcommon', version='test1.18.2boring')
)libraryDependencies += "com.bytedanceapi" % "ttsdk-ttcommon" % "test1.18.2boring"[com.bytedanceapi/ttsdk-ttcommon "test1.18.2boring"]