文件下载
文件名 操作
thomas-bandit_2.12-0.31.jar 下载
thomas-bandit_2.12-0.31.pom 下载
thomas-bandit_2.12-0.31-sources.jar 下载
Apache Maven
<dependency>
  <groupId>com.iheart</groupId>
  <artifactId>thomas-bandit_2.12</artifactId>
  <version>0.31</version>
</dependency>
Gradle Groovy
implementation 'com.iheart:thomas-bandit_2.12:0.31'
Gradle Kotlin
implementation("com.iheart:thomas-bandit_2.12:0.31")
Scala SBT
libraryDependencies += "com.iheart" % "thomas-bandit_2.12" % "0.31"
Groovy Grape
@Grapes(
  @Grab(group='com.iheart', module='thomas-bandit_2.12', version='0.31')
)
Apache Ivy
<dependency org="com.iheart" name="thomas-bandit_2.12" rev="0.31" />
Leiningen
[com.iheart/thomas-bandit_2.12 "0.31"]
Apache Buildr
'com.iheart:thomas-bandit_2.12:jar:0.31'