MVN

com.thoughtworks.sde : future_2.12

Maven & Gradle

Apr 06, 2019
3 stars

future · A collection of Scala language extension for specific domains.

<dependency>
    <groupId>com.thoughtworks.sde</groupId>
    <artifactId>future_2.12</artifactId>
    <version>3.3.1+138-d61f1eb3</version>
</dependency>
Copy
pom.xml
Table Of Contents

Latest Version

Choose a version of com.thoughtworks.sde : future_2.12 to add to Maven or Gradle - Latest Versions:

  • Latest Stable: 3.3.1+138-d61f1eb3

All Versions

Choose a version of com.thoughtworks.sde : future_2.12 to add to Maven or Gradle - All Versions:

Version Vulnerabilities Updated
3.3.x
future_2.12-3.3.1
future_2.12-3.3.0
future_2.12-3.3.1+138-d61f1eb3
future_2.12-3.3.1+137-4c1eaf9f
future_2.12-3.3.1+120-6f6451ee
3.2.x
future_2.12-3.2.0
3.1.x
future_2.12-3.1.2
future_2.12-3.1.1

How to add a dependency to Maven

Add the following com.thoughtworks.sde : future_2.12 maven dependency to the pom.xml file with your favorite IDE (IntelliJ / Eclipse / Netbeans):

<dependency>
    <groupId>com.thoughtworks.sde</groupId>
    <artifactId>future_2.12</artifactId>
    <version>3.3.1+138-d61f1eb3</version>
</dependency>

How to add a dependency to Gradle

Gradle Groovy DSL: Add the following com.thoughtworks.sde : future_2.12 gradle dependency to your build.gradle file:

implementation 'com.thoughtworks.sde:future_2.12:3.3.1+138-d61f1eb3'

Gradle Kotlin DSL: Add the following com.thoughtworks.sde : future_2.12 gradle kotlin dependency to your build.gradle.kts file:

implementation("com.thoughtworks.sde:future_2.12:3.3.1+138-d61f1eb3")

How to add a dependency to SBT Scala

SBT Scala: Add the following com.thoughtworks.sde : future_2.12 sbt scala dependency to your build.sbt file:

libraryDependencies += "com.thoughtworks.sde" % "future_2.12" % "3.3.1+138-d61f1eb3"

Advertisement