MVN

com.thoughtworks.sde : source_2.10

Maven & Gradle

Apr 09, 2019

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

<dependency>
    <groupId>com.thoughtworks.sde</groupId>
    <artifactId>source_2.10</artifactId>
    <version>170-f2b33414</version>
</dependency>
Copy
pom.xml
Table Of Contents

Latest Version

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

  • Latest Stable: 170-f2b33414

All Versions

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

Version Vulnerabilities Updated
170
source_2.10-170-f2b33414
3.3.x
source_2.10-3.3.1
source_2.10-3.3.0
source_2.10-3.3.1+138-d61f1eb3
source_2.10-3.3.1+137-4c1eaf9f
source_2.10-3.3.1+120-6f6451ee
3.2.x
source_2.10-3.2.0
3.1.x
source_2.10-3.1.2
source_2.10-3.1.1
source_2.10-3.1.0
3.0.x
source_2.10-3.0.1
source_2.10-3.0.0
2.0.x
source_2.10-2.0.0
1.0.x
source_2.10-1.0.1
source_2.10-1.0.0

How to add a dependency to Maven

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

<dependency>
    <groupId>com.thoughtworks.sde</groupId>
    <artifactId>source_2.10</artifactId>
    <version>170-f2b33414</version>
</dependency>

How to add a dependency to Gradle

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

implementation 'com.thoughtworks.sde:source_2.10:170-f2b33414'

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

implementation("com.thoughtworks.sde:source_2.10:170-f2b33414")

How to add a dependency to SBT Scala

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

libraryDependencies += "com.thoughtworks.sde" % "source_2.10" % "170-f2b33414"

Advertisement