MVN

com.github.tkrs : fluflu-msgpack_2.11

Maven & Gradle

Dec 07, 2018
8 usages
4 stars

msgpack · fluflu msgpack

<dependency>
    <groupId>com.github.tkrs</groupId>
    <artifactId>fluflu-msgpack_2.11</artifactId>
    <version>0.21.0</version>
</dependency>
Copy
pom.xml
Table Of Contents

Latest Version

Choose a version of com.github.tkrs : fluflu-msgpack_2.11 to add to Maven or Gradle - Latest Versions:

  • Latest Stable: 0.21.0

All Versions

Choose a version of com.github.tkrs : fluflu-msgpack_2.11 to add to Maven or Gradle - All Versions:

  • Version Updated
  • fluflu-msgpack_2.11-0.21.0

    Dec 07, 2018
  • fluflu-msgpack_2.11-0.20.1

    Nov 02, 2018
  • fluflu-msgpack_2.11-0.20.0

    Aug 02, 2018
  • fluflu-msgpack_2.11-0.19.0

    Mar 21, 2018
  • fluflu-msgpack_2.11-0.18.0

    Mar 12, 2018
  • fluflu-msgpack_2.11-0.17.0

    Mar 11, 2018
  • fluflu-msgpack_2.11-0.16.0

    Feb 26, 2018
  • fluflu-msgpack_2.11-0.15.1

    Feb 16, 2018
  • fluflu-msgpack_2.11-0.15.0

    Jan 08, 2018
  • fluflu-msgpack_2.11-0.14.1

    Nov 19, 2017
  • fluflu-msgpack_2.11-0.14.0

    Nov 14, 2017
  • fluflu-msgpack_2.11-0.13.2

    Oct 31, 2017
  • fluflu-msgpack_2.11-0.12.2-rt

    Oct 31, 2017
  • fluflu-msgpack_2.11-0.12.1-rt

    Oct 30, 2017
  • fluflu-msgpack_2.11-0.13.1

    Oct 30, 2017
  • fluflu-msgpack_2.11-0.12.0-rt

    Oct 30, 2017
  • fluflu-msgpack_2.11-0.13.0

    Oct 30, 2017
  • fluflu-msgpack_2.11-0.12.0

    Oct 27, 2017
  • fluflu-msgpack_2.11-0.11.0

    Sep 16, 2017
  • fluflu-msgpack_2.11-0.10.5

    Jul 30, 2017
  • fluflu-msgpack_2.11-0.10.4

    Jul 30, 2017
  • fluflu-msgpack_2.11-0.10.3

    Jun 14, 2017
  • fluflu-msgpack_2.11-0.10.2

    Jun 14, 2017
  • fluflu-msgpack_2.11-0.10.1

    Jun 01, 2017
  • fluflu-msgpack_2.11-0.10.0

    May 28, 2017
  • fluflu-msgpack_2.11-0.8.0

    May 10, 2017
  • fluflu-msgpack_2.11-0.7.0

    Apr 17, 2017
  • fluflu-msgpack_2.11-0.6.0

    Mar 25, 2017
  • fluflu-msgpack_2.11-0.5.11

    Feb 08, 2017
  • fluflu-msgpack_2.11-0.5.10

    Jan 20, 2017
  • fluflu-msgpack_2.11-0.5.9

    Dec 14, 2016
  • fluflu-msgpack_2.11-0.5.8

    Dec 06, 2016
  • fluflu-msgpack_2.11-0.5.7

    Dec 05, 2016
  • fluflu-msgpack_2.11-0.5.6

    Nov 20, 2016
  • fluflu-msgpack_2.11-0.5.5

    Nov 11, 2016
  • fluflu-msgpack_2.11-0.5.4

    Nov 06, 2016
  • fluflu-msgpack_2.11-0.5.3

    Sep 20, 2016
  • fluflu-msgpack_2.11-0.5.2

    Sep 15, 2016
  • fluflu-msgpack_2.11-0.5.1

    Aug 01, 2016
  • fluflu-msgpack_2.11-0.5.0

    May 31, 2016
  • fluflu-msgpack_2.11-0.4.2

    May 23, 2016
  • fluflu-msgpack_2.11-0.4.1

    Apr 22, 2016
  • fluflu-msgpack_2.11-0.4.0

    Apr 21, 2016
  • fluflu-msgpack_2.11-0.3.1

    Apr 13, 2016
  • fluflu-msgpack_2.11-0.3.0

    Mar 10, 2016
  • fluflu-msgpack_2.11-0.2.2

    Feb 12, 2016
  • fluflu-msgpack_2.11-0.2.1

    Nov 25, 2015

How to add a dependency to Maven

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

<dependency>
    <groupId>com.github.tkrs</groupId>
    <artifactId>fluflu-msgpack_2.11</artifactId>
    <version>0.21.0</version>
</dependency>

How to add a dependency to Gradle

Gradle Groovy DSL: Add the following com.github.tkrs : fluflu-msgpack_2.11 gradle dependency to your build.gradle file:

implementation 'com.github.tkrs:fluflu-msgpack_2.11:0.21.0'

Gradle Kotlin DSL: Add the following com.github.tkrs : fluflu-msgpack_2.11 gradle kotlin dependency to your build.gradle.kts file:

implementation("com.github.tkrs:fluflu-msgpack_2.11:0.21.0")

How to add a dependency to SBT Scala

SBT Scala: Add the following com.github.tkrs : fluflu-msgpack_2.11 sbt scala dependency to your build.sbt file:

libraryDependencies += "com.github.tkrs" % "fluflu-msgpack_2.11" % "0.21.0"

Advertisement