MVN

com.propensive : rapture-data_2.10

Maven & Gradle

Apr 27, 2017
6 usages

data · data

<dependency>
    <groupId>com.propensive</groupId>
    <artifactId>rapture-data_2.10</artifactId>
    <version>2.0.0-M9</version>
</dependency>
Copy
pom.xml
Table Of Contents

Latest Version

Choose a version of com.propensive : rapture-data_2.10 to add to Maven or Gradle - Latest Versions:

  • Latest Stable: 2.0.0-M9

All Versions

Choose a version of com.propensive : rapture-data_2.10 to add to Maven or Gradle - All Versions:

  • Version Updated
  • rapture-data_2.10-2.0.0-M9

    Apr 27, 2017
  • rapture-data_2.10-2.0.0-M8

    Jan 30, 2017
  • rapture-data_2.10-2.0.0-M7

    Aug 15, 2016
  • rapture-data_2.10-2.0.0-M6

    May 25, 2016
  • rapture-data_2.10-2.0.0-M5

    Feb 22, 2016
  • rapture-data_2.10-2.0.0-M4

    Feb 09, 2016
  • rapture-data_2.10-2.0.0-M3

    Jan 03, 2016
  • rapture-data_2.10-2.0.0-M2

    Dec 27, 2015
  • rapture-data_2.10-2.0.0-M1

    Sep 05, 2015
  • rapture-data_2.10-1.1.0

    Dec 28, 2014
  • rapture-data_2.10-1.0.8

    Nov 20, 2014
  • rapture-data_2.10-1.0.7

    Nov 18, 2014
  • rapture-data_2.10-1.0.6

    Oct 29, 2014
  • rapture-data_2.10-1.0.5

    Oct 27, 2014
  • rapture-data_2.10-1.0.4

    Oct 24, 2014
  • rapture-data_2.10-1.0.3

    Oct 18, 2014
  • rapture-data_2.10-1.0.2

    Oct 14, 2014
  • rapture-data_2.10-1.0.1

    Oct 13, 2014
  • rapture-data_2.10-1.0.0

    Sep 26, 2014

How to add a dependency to Maven

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

<dependency>
    <groupId>com.propensive</groupId>
    <artifactId>rapture-data_2.10</artifactId>
    <version>2.0.0-M9</version>
</dependency>

How to add a dependency to Gradle

Gradle Groovy DSL: Add the following com.propensive : rapture-data_2.10 gradle dependency to your build.gradle file:

implementation 'com.propensive:rapture-data_2.10:2.0.0-M9'

Gradle Kotlin DSL: Add the following com.propensive : rapture-data_2.10 gradle kotlin dependency to your build.gradle.kts file:

implementation("com.propensive:rapture-data_2.10:2.0.0-M9")

How to add a dependency to SBT Scala

SBT Scala: Add the following com.propensive : rapture-data_2.10 sbt scala dependency to your build.sbt file:

libraryDependencies += "com.propensive" % "rapture-data_2.10" % "2.0.0-M9"