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