Files download
File Operation
scala-pool_2.12-0.4.2.jar download
scala-pool_2.12-0.4.2.pom download
scala-pool_2.12-0.4.2-sources.jar download
Apache Maven
<dependency>
  <groupId>io.github.andrebeat</groupId>
  <artifactId>scala-pool_2.12</artifactId>
  <version>0.4.2</version>
</dependency>
Gradle Groovy
implementation 'io.github.andrebeat:scala-pool_2.12:0.4.2'
Gradle Kotlin
implementation("io.github.andrebeat:scala-pool_2.12:0.4.2")
Scala SBT
libraryDependencies += "io.github.andrebeat" % "scala-pool_2.12" % "0.4.2"
Groovy Grape
@Grapes(
  @Grab(group='io.github.andrebeat', module='scala-pool_2.12', version='0.4.2')
)
Apache Ivy
<dependency org="io.github.andrebeat" name="scala-pool_2.12" rev="0.4.2" />
Leiningen
[io.github.andrebeat/scala-pool_2.12 "0.4.2"]
Apache Buildr
'io.github.andrebeat:scala-pool_2.12:jar:0.4.2'