MVN

com.twitter : algebird-core_2.11

Maven & Gradle

Nov 04, 2021
68 usages

algebird-core · algebird-core

<dependency>
    <groupId>com.twitter</groupId>
    <artifactId>algebird-core_2.11</artifactId>
    <version>0.13.9</version>
</dependency>
Copy
pom.xml
Table Of Contents

Latest Version

Choose a version of com.twitter : algebird-core_2.11 to add to Maven or Gradle - Latest Versions:

  • Latest Stable: 0.13.9

All Versions

Choose a version of com.twitter : algebird-core_2.11 to add to Maven or Gradle - All Versions:

  • Version Updated
  • algebird-core_2.11-0.13.9

    Nov 04, 2021
  • algebird-core_2.11-0.13.8

    May 21, 2021
  • algebird-core_2.11-0.13.8-M1

    Sep 24, 2020
  • algebird-core_2.11-0.13.7

    May 07, 2020
  • algebird-core_2.11-0.13.6

    Nov 19, 2019
  • algebird-core_2.11-0.13.5

    Nov 10, 2018
  • algebird-core_2.11-0.13.4

    Feb 22, 2018
  • algebird-core_2.11-0.13.3

    Oct 04, 2017
  • algebird-core_2.11-0.13.2

    Sep 14, 2017
  • algebird-core_2.11-0.13.1

    Sep 14, 2017
  • algebird-core_2.11-0.13.0

    Feb 13, 2017
  • algebird-core_2.11-0.12.4

    Jan 30, 2017
  • algebird-core_2.11-0.12.3

    Dec 02, 2016
  • algebird-core_2.11-0.12.2

    Sep 23, 2016
  • algebird-core_2.11-0.12.1

    Jun 26, 2016
  • algebird-core_2.11-0.12.0

    Feb 02, 2016
  • algebird-core_2.11-0.11.0

    Jul 29, 2015
  • algebird-core_2.11-0.10.2

    May 27, 2015
  • algebird-core_2.11-0.10.1

    May 21, 2015
  • algebird-core_2.11-0.10.0

    May 11, 2015
  • algebird-core_2.11-0.9.0

    Jan 21, 2015
  • algebird-core_2.11-0.8.2

    Dec 04, 2014
  • algebird-core_2.11-0.8.1

    Sep 22, 2014
  • algebird-core_2.11-0.8.0

    Sep 09, 2014

How to add a dependency to Maven

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

<dependency>
    <groupId>com.twitter</groupId>
    <artifactId>algebird-core_2.11</artifactId>
    <version>0.13.9</version>
</dependency>

How to add a dependency to Gradle

Gradle Groovy DSL: Add the following com.twitter : algebird-core_2.11 gradle dependency to your build.gradle file:

implementation 'com.twitter:algebird-core_2.11:0.13.9'

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

implementation("com.twitter:algebird-core_2.11:0.13.9")

How to add a dependency to SBT Scala

SBT Scala: Add the following com.twitter : algebird-core_2.11 sbt scala dependency to your build.sbt file:

libraryDependencies += "com.twitter" % "algebird-core_2.11" % "0.13.9"