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