MVN

de.quantummaid.httpmaid.integrations : httpmaid-spark

Maven & Gradle

Apr 22, 2020
3 usages

HttpMaid - Integrations - Spark

<dependency>
    <groupId>de.quantummaid.httpmaid.integrations</groupId>
    <artifactId>httpmaid-spark</artifactId>
    <version>0.9.50</version>
</dependency>
Copy
pom.xml
Table Of Contents

Latest Version

Choose a version of de.quantummaid.httpmaid.integrations : httpmaid-spark to add to Maven or Gradle - Latest Versions:

  • Latest Stable: 0.9.50

All Versions

Choose a version of de.quantummaid.httpmaid.integrations : httpmaid-spark to add to Maven or Gradle - All Versions:

Version Vulnerabilities Updated
0.9.x
httpmaid-spark-0.9.50
httpmaid-spark-0.9.49
httpmaid-spark-0.9.48
httpmaid-spark-0.9.47
httpmaid-spark-0.9.46
httpmaid-spark-0.9.45
httpmaid-spark-0.9.44
httpmaid-spark-0.9.43
httpmaid-spark-0.9.42
httpmaid-spark-0.9.41
httpmaid-spark-0.9.40
httpmaid-spark-0.9.39
httpmaid-spark-0.9.38
httpmaid-spark-0.9.37
httpmaid-spark-0.9.36
httpmaid-spark-0.9.34
httpmaid-spark-0.9.33
httpmaid-spark-0.9.32
httpmaid-spark-0.9.31
httpmaid-spark-0.9.30
httpmaid-spark-0.9.29
httpmaid-spark-0.9.28
httpmaid-spark-0.9.27
httpmaid-spark-0.9.26
httpmaid-spark-0.9.25
httpmaid-spark-0.9.24
httpmaid-spark-0.9.23
httpmaid-spark-0.9.22
httpmaid-spark-0.9.21
httpmaid-spark-0.9.20
httpmaid-spark-0.9.19
httpmaid-spark-0.9.18
httpmaid-spark-0.9.17
httpmaid-spark-0.9.16
httpmaid-spark-0.9.15
httpmaid-spark-0.9.14
httpmaid-spark-0.9.13
httpmaid-spark-0.9.12
httpmaid-spark-0.9.11
httpmaid-spark-0.9.10
httpmaid-spark-0.9.9
httpmaid-spark-0.9.8
httpmaid-spark-0.9.6
httpmaid-spark-0.9.5
httpmaid-spark-0.9.4
httpmaid-spark-0.9.3
httpmaid-spark-0.9.1
httpmaid-spark-0.9.0

How to add a dependency to Maven

Add the following de.quantummaid.httpmaid.integrations : httpmaid-spark maven dependency to the pom.xml file with your favorite IDE (IntelliJ / Eclipse / Netbeans):

<dependency>
    <groupId>de.quantummaid.httpmaid.integrations</groupId>
    <artifactId>httpmaid-spark</artifactId>
    <version>0.9.50</version>
</dependency>

How to add a dependency to Gradle

Gradle Groovy DSL: Add the following de.quantummaid.httpmaid.integrations : httpmaid-spark gradle dependency to your build.gradle file:

implementation 'de.quantummaid.httpmaid.integrations:httpmaid-spark:0.9.50'

Gradle Kotlin DSL: Add the following de.quantummaid.httpmaid.integrations : httpmaid-spark gradle kotlin dependency to your build.gradle.kts file:

implementation("de.quantummaid.httpmaid.integrations:httpmaid-spark:0.9.50")

How to add a dependency to SBT Scala

SBT Scala: Add the following de.quantummaid.httpmaid.integrations : httpmaid-spark sbt scala dependency to your build.sbt file:

libraryDependencies += "de.quantummaid.httpmaid.integrations" % "httpmaid-spark" % "0.9.50"

Advertisement