文件下载
文件名 操作
math-game-3.5.6.jar 下载
math-game-3.5.6.pom 下载
math-game-3.5.6-sources.jar 下载
Apache Maven
<dependency>
  <groupId>com.taobao.arthas</groupId>
  <artifactId>math-game</artifactId>
  <version>3.5.6</version>
</dependency>
Gradle Groovy
implementation 'com.taobao.arthas:math-game:3.5.6'
Gradle Kotlin
implementation("com.taobao.arthas:math-game:3.5.6")
Scala SBT
libraryDependencies += "com.taobao.arthas" % "math-game" % "3.5.6"
Groovy Grape
@Grapes(
  @Grab(group='com.taobao.arthas', module='math-game', version='3.5.6')
)
Apache Ivy
<dependency org="com.taobao.arthas" name="math-game" rev="3.5.6" />
Leiningen
[com.taobao.arthas/math-game "3.5.6"]
Apache Buildr
'com.taobao.arthas:math-game:jar:3.5.6'
本项目依赖
该项目无第三方依赖