文件下载
文件名 操作
scala-pool_2.11-0.4.2.jar 下载
scala-pool_2.11-0.4.2.pom 下载
scala-pool_2.11-0.4.2-sources.jar 下载
Apache Maven
<dependency>
  <groupId>io.github.andrebeat</groupId>
  <artifactId>scala-pool_2.11</artifactId>
  <version>0.4.2</version>
</dependency>
Gradle Groovy
implementation 'io.github.andrebeat:scala-pool_2.11:0.4.2'
Gradle Kotlin
implementation("io.github.andrebeat:scala-pool_2.11:0.4.2")
Scala SBT
libraryDependencies += "io.github.andrebeat" % "scala-pool_2.11" % "0.4.2"
Groovy Grape
@Grapes(
  @Grab(group='io.github.andrebeat', module='scala-pool_2.11', version='0.4.2')
)
Apache Ivy
<dependency org="io.github.andrebeat" name="scala-pool_2.11" rev="0.4.2" />
Leiningen
[io.github.andrebeat/scala-pool_2.11 "0.4.2"]
Apache Buildr
'io.github.andrebeat:scala-pool_2.11:jar:0.4.2'