MVN

com.envimate.webmate.integrations : webmate-spark

Maven & Gradle

Sep 06, 2018

Webmate - Integrations - Spark

<dependency>
    <groupId>com.envimate.webmate.integrations</groupId>
    <artifactId>webmate-spark</artifactId>
    <version>1.0.7</version>
</dependency>
Copy
pom.xml
Table Of Contents

Latest Version

Choose a version of com.envimate.webmate.integrations : webmate-spark to add to Maven or Gradle - Latest Versions:

  • Latest Stable: 1.0.7

All Versions

Choose a version of com.envimate.webmate.integrations : webmate-spark to add to Maven or Gradle - All Versions:

Version Vulnerabilities Updated
1.0.x
webmate-spark-1.0.7
webmate-spark-1.0.6
webmate-spark-1.0.5
webmate-spark-1.0.4
webmate-spark-1.0.3
webmate-spark-1.0.1

How to add a dependency to Maven

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

<dependency>
    <groupId>com.envimate.webmate.integrations</groupId>
    <artifactId>webmate-spark</artifactId>
    <version>1.0.7</version>
</dependency>

How to add a dependency to Gradle

Gradle Groovy DSL: Add the following com.envimate.webmate.integrations : webmate-spark gradle dependency to your build.gradle file:

implementation 'com.envimate.webmate.integrations:webmate-spark:1.0.7'

Gradle Kotlin DSL: Add the following com.envimate.webmate.integrations : webmate-spark gradle kotlin dependency to your build.gradle.kts file:

implementation("com.envimate.webmate.integrations:webmate-spark:1.0.7")

How to add a dependency to SBT Scala

SBT Scala: Add the following com.envimate.webmate.integrations : webmate-spark sbt scala dependency to your build.sbt file:

libraryDependencies += "com.envimate.webmate.integrations" % "webmate-spark" % "1.0.7"