MVN

com.twitter : chill-bijection_2.10

Maven & Gradle

Nov 19, 2019
21 usages

chill-bijection · chill-bijection

<dependency>
    <groupId>com.twitter</groupId>
    <artifactId>chill-bijection_2.10</artifactId>
    <version>0.9.4</version>
</dependency>
Copy
pom.xml
Table Of Contents

Latest Version

Choose a version of com.twitter : chill-bijection_2.10 to add to Maven or Gradle - Latest Versions:

  • Latest Stable: 0.9.4

All Versions

Choose a version of com.twitter : chill-bijection_2.10 to add to Maven or Gradle - All Versions:

  • Version Updated
  • chill-bijection_2.10-0.9.4

    Nov 19, 2019
  • chill-bijection_2.10-0.8.5

    Aug 11, 2018
  • chill-bijection_2.10-0.9.3

    Aug 11, 2018
  • chill-bijection_2.10-0.7.7

    Feb 23, 2017
  • chill-bijection_2.10-0.8.4

    Feb 23, 2017
  • chill-bijection_2.10-0.9.2

    Feb 23, 2017
  • chill-bijection_2.10-0.8.3

    Jan 14, 2017
  • chill-bijection_2.10-0.7.6

    Jan 14, 2017
  • chill-bijection_2.10-0.9.1

    Jan 09, 2017
  • chill-bijection_2.10-0.9.0

    Jan 03, 2017
  • chill-bijection_2.10-0.8.1

    Oct 11, 2016
  • chill-bijection_2.10-0.8.0

    Feb 11, 2016
  • chill-bijection_2.10-0.7.4

    Feb 11, 2016
  • chill-bijection_2.10-0.7.3

    Feb 02, 2016
  • chill-bijection_2.10-0.7.2

    Oct 22, 2015
  • chill-bijection_2.10-0.7.1

    Sep 21, 2015
  • chill-bijection_2.10-0.7.0

    Jul 29, 2015
  • chill-bijection_2.10-0.6.0

    May 12, 2015
  • chill-bijection_2.10-0.5.2

    Jan 21, 2015
  • chill-bijection_2.10-0.4.2

    Jan 07, 2015
  • chill-bijection_2.10-0.4.1

    Dec 05, 2014
  • chill-bijection_2.10-0.5.1

    Nov 26, 2014
  • chill-bijection_2.10-0.5.0

    Sep 10, 2014
  • chill-bijection_2.10-0.4.0

    Jul 03, 2014
  • chill-bijection_2.10-0.3.6

    Mar 06, 2014
  • chill-bijection_2.10-0.3.6rc3

    Mar 06, 2014
  • chill-bijection_2.10-0.3.6rc2

    Mar 04, 2014
  • chill-bijection_2.10-0.3.5

    Nov 06, 2013
  • chill-bijection_2.10-0.3.4

    Oct 05, 2013
  • chill-bijection_2.10-0.3.3

    Sep 26, 2013
  • chill-bijection_2.10-0.3.2

    Sep 11, 2013
  • chill-bijection_2.10-0.3.1

    Aug 08, 2013
  • chill-bijection_2.10-0.3.0

    Jul 24, 2013

How to add a dependency to Maven

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

<dependency>
    <groupId>com.twitter</groupId>
    <artifactId>chill-bijection_2.10</artifactId>
    <version>0.9.4</version>
</dependency>

How to add a dependency to Gradle

Gradle Groovy DSL: Add the following com.twitter : chill-bijection_2.10 gradle dependency to your build.gradle file:

implementation 'com.twitter:chill-bijection_2.10:0.9.4'

Gradle Kotlin DSL: Add the following com.twitter : chill-bijection_2.10 gradle kotlin dependency to your build.gradle.kts file:

implementation("com.twitter:chill-bijection_2.10:0.9.4")

How to add a dependency to SBT Scala

SBT Scala: Add the following com.twitter : chill-bijection_2.10 sbt scala dependency to your build.sbt file:

libraryDependencies += "com.twitter" % "chill-bijection_2.10" % "0.9.4"