MVN

com.propensive : rapture-io_2.11

Maven & Gradle

Apr 27, 2017
7 usages

io · io

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

Latest Version

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

  • Latest Stable: 2.0.0-M9

All Versions

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

  • Version Updated
  • rapture-io_2.11-2.0.0-M9

    Apr 27, 2017
  • rapture-io_2.11-2.0.0-M8

    Jan 30, 2017
  • rapture-io_2.11-2.0.0-M7

    Aug 15, 2016
  • rapture-io_2.11-2.0.0-M6

    May 25, 2016
  • rapture-io_2.11-2.0.0-M5

    Feb 22, 2016
  • rapture-io_2.11-2.0.0-M4

    Feb 09, 2016
  • rapture-io_2.11-2.0.0-M3

    Jan 03, 2016
  • rapture-io_2.11-2.0.0-M2

    Dec 27, 2015
  • rapture-io_2.11-2.0.0-M1

    Sep 05, 2015
  • rapture-io_2.11-0.10.0

    Oct 01, 2014
  • rapture-io_2.11-0.9.1

    Apr 17, 2014

How to add a dependency to Maven

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

<dependency>
    <groupId>com.propensive</groupId>
    <artifactId>rapture-io_2.11</artifactId>
    <version>2.0.0-M9</version>
</dependency>

How to add a dependency to Gradle

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

implementation 'com.propensive:rapture-io_2.11:2.0.0-M9'

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

implementation("com.propensive:rapture-io_2.11:2.0.0-M9")

How to add a dependency to SBT Scala

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

libraryDependencies += "com.propensive" % "rapture-io_2.11" % "2.0.0-M9"