MVN

com.github.finagle : finch-core_2.12

Maven & Gradle

Nov 21, 2022
19 usages

core · core

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

Latest Version

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

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

All Versions

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

  • Version Updated
  • finch-core_2.12-0.34.1

    Nov 21, 2022
  • finch-core_2.12-0.34.0

    Sep 16, 2022
  • finch-core_2.12-0.31.0

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

    Jan 18, 2017

How to add a dependency to Maven

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

<dependency>
    <groupId>com.github.finagle</groupId>
    <artifactId>finch-core_2.12</artifactId>
    <version>0.34.1</version>
</dependency>

How to add a dependency to Gradle

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

implementation 'com.github.finagle:finch-core_2.12:0.34.1'

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

implementation("com.github.finagle:finch-core_2.12:0.34.1")

How to add a dependency to SBT Scala

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

libraryDependencies += "com.github.finagle" % "finch-core_2.12" % "0.34.1"