MVN

me.chrons : boopickle_2.11

Maven & Gradle

Nov 06, 2016
6 usages
354 stars

boopickle · boopickle

<dependency>
    <groupId>me.chrons</groupId>
    <artifactId>boopickle_2.11</artifactId>
    <version>1.2.5</version>
</dependency>
Copy
pom.xml
Table Of Contents

Latest Version

Choose a version of me.chrons : boopickle_2.11 to add to Maven or Gradle - Latest Versions:

  • Latest Stable: 1.2.5

All Versions

Choose a version of me.chrons : boopickle_2.11 to add to Maven or Gradle - All Versions:

  • Version Updated
  • boopickle_2.11-1.2.5

    Nov 05, 2016
  • boopickle_2.11-1.2.4

    Jun 28, 2016
  • boopickle_2.11-1.2.3

    Jun 23, 2016
  • boopickle_2.11-1.2.2

    Jun 20, 2016
  • boopickle_2.11-1.2.1

    Jun 20, 2016
  • boopickle_2.11-1.2.0

    Jun 14, 2016
  • boopickle_2.11-1.1.3

    Mar 17, 2016
  • boopickle_2.11-1.1.2

    Jan 30, 2016
  • boopickle_2.11-1.1.1

    Nov 20, 2015
  • boopickle_2.11-1.1.0

    Jul 16, 2015
  • boopickle_2.11-1.0.0

    Jun 15, 2015
  • boopickle_2.11-0.1.4

    Jun 12, 2015
  • boopickle_2.11-0.1.3

    May 26, 2015
  • boopickle_2.11-0.1.2

    Apr 30, 2015
  • boopickle_2.11-0.1.1

    Apr 21, 2015
  • boopickle_2.11-0.1.0

    Apr 20, 2015

How to add a dependency to Maven

Add the following me.chrons : boopickle_2.11 maven dependency to the pom.xml file with your favorite IDE (IntelliJ / Eclipse / Netbeans):

<dependency>
    <groupId>me.chrons</groupId>
    <artifactId>boopickle_2.11</artifactId>
    <version>1.2.5</version>
</dependency>

How to add a dependency to Gradle

Gradle Groovy DSL: Add the following me.chrons : boopickle_2.11 gradle dependency to your build.gradle file:

implementation 'me.chrons:boopickle_2.11:1.2.5'

Gradle Kotlin DSL: Add the following me.chrons : boopickle_2.11 gradle kotlin dependency to your build.gradle.kts file:

implementation("me.chrons:boopickle_2.11:1.2.5")

How to add a dependency to SBT Scala

SBT Scala: Add the following me.chrons : boopickle_2.11 sbt scala dependency to your build.sbt file:

libraryDependencies += "me.chrons" % "boopickle_2.11" % "1.2.5"