MVN

com.github.finagle : finch-test_2.11

Maven & Gradle

Sep 10, 2019
6 usages
1.5k stars

test · test

<dependency>
    <groupId>com.github.finagle</groupId>
    <artifactId>finch-test_2.11</artifactId>
    <version>0.31.0</version>
</dependency>
Copy
pom.xml
Table Of Contents

Latest Version

Choose a version of com.github.finagle : finch-test_2.11 to add to Maven or Gradle - Latest Versions:

  • Latest Stable: 0.31.0
  • Latest Release Candidate: 0.16.0-RC1

All Versions

Choose a version of com.github.finagle : finch-test_2.11 to add to Maven or Gradle - All Versions:

Version Vulnerabilities Updated
0.31.x
finch-test_2.11-0.31.0
0.30.x
finch-test_2.11-0.30.0
0.29.x
finch-test_2.11-0.29.0
0.28.x
finch-test_2.11-0.28.0
0.27.x
finch-test_2.11-0.27.0
0.26.x
finch-test_2.11-0.26.0
0.25.x
finch-test_2.11-0.25.0
0.24.x
finch-test_2.11-0.24.0
0.23.x
finch-test_2.11-0.23.0
0.22.x
finch-test_2.11-0.22.0
0.21.x
finch-test_2.11-0.21.0
0.20.x
finch-test_2.11-0.20.0
0.19.x
finch-test_2.11-0.19.0
0.18.x
finch-test_2.11-0.18.1
finch-test_2.11-0.18.0
0.17.x
finch-test_2.11-0.17.0
0.16.x
finch-test_2.11-0.16.1
finch-test_2.11-0.16.0
finch-test_2.11-0.16.0-M6
finch-test_2.11-0.16.0-M5
finch-test_2.11-0.16.0-M4
finch-test_2.11-0.16.0-M3
finch-test_2.11-0.16.0-M2
finch-test_2.11-0.16.0-M1
finch-test_2.11-0.16.0-RC1
0.15.x
finch-test_2.11-0.15.1
finch-test_2.11-0.15.0
0.14.x
finch-test_2.11-0.14.0
0.13.x
finch-test_2.11-0.13.1
finch-test_2.11-0.13.0
0.12.x
finch-test_2.11-0.12.0
0.11.x
finch-test_2.11-0.11.1
finch-test_2.11-0.11.0
finch-test_2.11-0.11.0-M4
finch-test_2.11-0.11.0-M3
finch-test_2.11-0.11.0-M2
finch-test_2.11-0.11.0-M1
0.10.x
finch-test_2.11-0.10.0
0.9.x
finch-test_2.11-0.9.3
finch-test_2.11-0.9.2
finch-test_2.11-0.9.1
finch-test_2.11-0.9.0

How to add a dependency to Maven

Add the following com.github.finagle : finch-test_2.11 maven dependency to the pom.xml file with your favorite IDE (IntelliJ / Eclipse / Netbeans):

<dependency>
    <groupId>com.github.finagle</groupId>
    <artifactId>finch-test_2.11</artifactId>
    <version>0.31.0</version>
</dependency>

How to add a dependency to Gradle

Gradle Groovy DSL: Add the following com.github.finagle : finch-test_2.11 gradle dependency to your build.gradle file:

implementation 'com.github.finagle:finch-test_2.11:0.31.0'

Gradle Kotlin DSL: Add the following com.github.finagle : finch-test_2.11 gradle kotlin dependency to your build.gradle.kts file:

implementation("com.github.finagle:finch-test_2.11:0.31.0")

How to add a dependency to SBT Scala

SBT Scala: Add the following com.github.finagle : finch-test_2.11 sbt scala dependency to your build.sbt file:

libraryDependencies += "com.github.finagle" % "finch-test_2.11" % "0.31.0"

Advertisement