Files download
File Operation
TAGameEngine-1.2.0.pom download
TAGameEngine-1.2.0-sources.jar download
Apache Maven
<dependency>
  <groupId>cn.thinkingdata.android</groupId>
  <artifactId>TAGameEngine</artifactId>
  <version>1.2.0</version>
  <type>aar</type>
</dependency>
Gradle Groovy
implementation 'cn.thinkingdata.android:TAGameEngine:1.2.0'
Gradle Kotlin
implementation("cn.thinkingdata.android:TAGameEngine:1.2.0")
Scala SBT
libraryDependencies += "cn.thinkingdata.android" % "TAGameEngine" % "1.2.0"
Groovy Grape
@Grapes(
  @Grab(group='cn.thinkingdata.android', module='TAGameEngine', version='1.2.0')
)
Apache Ivy
<dependency org="cn.thinkingdata.android" name="TAGameEngine" rev="1.2.0" />
Leiningen
[cn.thinkingdata.android/TAGameEngine "1.2.0"]
Apache Buildr
'cn.thinkingdata.android:TAGameEngine:jar:1.2.0'
Dependencies
The project has no third-party dependencies