MVN

com.github.finagle : finch-core_2.11

Maven & Gradle

Sep 10, 2019
30 usages

core · core

<dependency>
    <groupId>com.github.finagle</groupId>
    <artifactId>finch-core_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-core_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-core_2.11 to add to Maven or Gradle - All Versions:

  • Version Updated
  • finch-core_2.11-0.31.0

    Sep 09, 2019
  • finch-core_2.11-0.30.0

    Aug 29, 2019
  • finch-core_2.11-0.29.0

    May 28, 2019
  • finch-core_2.11-0.28.0

    Mar 09, 2019
  • finch-core_2.11-0.27.0

    Jan 17, 2019
  • finch-core_2.11-0.26.0

    Nov 16, 2018
  • finch-core_2.11-0.25.0

    Oct 21, 2018
  • finch-core_2.11-0.24.0

    Sep 18, 2018
  • finch-core_2.11-0.23.0

    Aug 09, 2018
  • finch-core_2.11-0.22.0

    Jul 12, 2018
  • finch-core_2.11-0.21.0

    Jun 16, 2018
  • finch-core_2.11-0.20.0

    May 28, 2018
  • finch-core_2.11-0.19.0

    Apr 13, 2018
  • finch-core_2.11-0.18.1

    Mar 23, 2018
  • finch-core_2.11-0.18.0

    Mar 18, 2018
  • finch-core_2.11-0.17.0

    Feb 08, 2018
  • finch-core_2.11-0.16.1

    Jan 10, 2018
  • finch-core_2.11-0.16.0

    Jan 02, 2018
  • finch-core_2.11-0.16.0-M6

    Dec 22, 2017
  • finch-core_2.11-0.16.0-M5

    Nov 21, 2017
  • finch-core_2.11-0.16.0-M4

    Nov 10, 2017
  • finch-core_2.11-0.16.0-M3

    Oct 08, 2017
  • finch-core_2.11-0.16.0-M2

    Aug 28, 2017
  • finch-core_2.11-0.16.0-M1

    Jun 16, 2017
  • finch-core_2.11-0.16.0-RC1

    Jun 15, 2017
  • finch-core_2.11-0.15.1

    Jun 14, 2017
  • finch-core_2.11-0.15.0

    Jun 09, 2017
  • finch-core_2.11-0.14.1

    Apr 25, 2017
  • finch-core_2.11-0.14.0

    Mar 31, 2017
  • finch-core_2.11-0.13.1

    Feb 18, 2017
  • finch-core_2.11-0.13.0

    Feb 11, 2017
  • finch-core_2.11-0.12.0

    Jan 18, 2017
  • finch-core_2.11-0.11.1

    Dec 15, 2016
  • finch-core_2.11-0.11.0

    Dec 13, 2016
  • finch-core_2.11-0.11.0-M4

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

    Dec 17, 2014

How to add a dependency to Maven

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

<dependency>
    <groupId>com.github.finagle</groupId>
    <artifactId>finch-core_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-core_2.11 gradle dependency to your build.gradle file:

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

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

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

How to add a dependency to SBT Scala

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

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