MVN

com.github.finagle : finch-core_2.10

Maven & Gradle

Oct 17, 2016
18 usages

core · core

<dependency>
    <groupId>com.github.finagle</groupId>
    <artifactId>finch-core_2.10</artifactId>
    <version>0.11.0-M4</version>
</dependency>
Copy
pom.xml
Table Of Contents

Latest Version

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

  • Latest Stable: 0.11.0-M4

All Versions

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

  • Version Updated
  • finch-core_2.10-0.11.0-M4

    Oct 17, 2016
  • finch-core_2.10-0.11.0-M3

    Aug 31, 2016
  • finch-core_2.10-0.11.0-M2

    Jul 17, 2016
  • finch-core_2.10-0.11.0-M1

    Jul 13, 2016
  • finch-core_2.10-0.10.0

    Feb 16, 2016
  • finch-core_2.10-0.9.3

    Dec 22, 2015
  • finch-core_2.10-0.9.2

    Dec 05, 2015
  • finch-core_2.10-0.9.1

    Nov 12, 2015
  • finch-core_2.10-0.9.0

    Nov 09, 2015
  • finch-core_2.10-0.8.0

    Aug 10, 2015
  • finch-core_2.10-0.7.1

    Jun 16, 2015
  • finch-core_2.10-0.7.0

    Jun 08, 2015
  • finch-core_2.10-0.6.0

    Mar 28, 2015
  • finch-core_2.10-0.5.0

    Feb 13, 2015
  • finch-core_2.10-0.4.0

    Jan 19, 2015
  • finch-core_2.10-0.3.0

    Dec 17, 2014
  • finch-core_2.10-0.2.0

    Dec 05, 2014

How to add a dependency to Maven

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

<dependency>
    <groupId>com.github.finagle</groupId>
    <artifactId>finch-core_2.10</artifactId>
    <version>0.11.0-M4</version>
</dependency>

How to add a dependency to Gradle

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

implementation 'com.github.finagle:finch-core_2.10:0.11.0-M4'

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

implementation("com.github.finagle:finch-core_2.10:0.11.0-M4")

How to add a dependency to SBT Scala

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

libraryDependencies += "com.github.finagle" % "finch-core_2.10" % "0.11.0-M4"