MVN

com.despegar : spark-test

Maven & Gradle

Jun 09, 2018
1 usages
34 stars

spark-test · A library that allows the test of Spark Web Framework based applications using HTTP

<dependency>
    <groupId>com.despegar</groupId>
    <artifactId>spark-test</artifactId>
    <version>1.1.8</version>
</dependency>
Copy
pom.xml
Table Of Contents

Latest Version

Choose a version of com.despegar : spark-test to add to Maven or Gradle - Latest Versions:

  • Latest Stable: 1.1.8

All Versions

Choose a version of com.despegar : spark-test to add to Maven or Gradle - All Versions:

Version Vulnerabilities Updated
1.1.x
spark-test-1.1.8
spark-test-1.1.6
spark-test-1.1.5
spark-test-1.1.4
spark-test-1.1.3
spark-test-1.1.2
spark-test-1.1.1
1.1
spark-test-1.1
1.0
spark-test-1.0

How to add a dependency to Maven

Add the following com.despegar : spark-test maven dependency to the pom.xml file with your favorite IDE (IntelliJ / Eclipse / Netbeans):

<dependency>
    <groupId>com.despegar</groupId>
    <artifactId>spark-test</artifactId>
    <version>1.1.8</version>
</dependency>

How to add a dependency to Gradle

Gradle Groovy DSL: Add the following com.despegar : spark-test gradle dependency to your build.gradle file:

implementation 'com.despegar:spark-test:1.1.8'

Gradle Kotlin DSL: Add the following com.despegar : spark-test gradle kotlin dependency to your build.gradle.kts file:

implementation("com.despegar:spark-test:1.1.8")

How to add a dependency to SBT Scala

SBT Scala: Add the following com.despegar : spark-test sbt scala dependency to your build.sbt file:

libraryDependencies += "com.despegar" % "spark-test" % "1.1.8"

Advertisement