MVN

io.hydrosphere : mist-oldspark_2.10

Maven & Gradle

Nov 22, 2016
326 stars

mist-oldspark · mist-oldspark

<dependency>
    <groupId>io.hydrosphere</groupId>
    <artifactId>mist-oldspark_2.10</artifactId>
    <version>0.6.4</version>
</dependency>
Copy
pom.xml
Table Of Contents

Latest Version

Choose a version of io.hydrosphere : mist-oldspark_2.10 to add to Maven or Gradle - Latest Versions:

  • Latest Stable: 0.6.4

All Versions

Choose a version of io.hydrosphere : mist-oldspark_2.10 to add to Maven or Gradle - All Versions:

Version Vulnerabilities Updated
0.6.x
mist-oldspark_2.10-0.6.4
mist-oldspark_2.10-0.6.3
mist-oldspark_2.10-0.6.2
mist-oldspark_2.10-0.6.1
mist-oldspark_2.10-0.6.0
0.5.x
mist-oldspark_2.10-0.5.0

How to add a dependency to Maven

Add the following io.hydrosphere : mist-oldspark_2.10 maven dependency to the pom.xml file with your favorite IDE (IntelliJ / Eclipse / Netbeans):

<dependency>
    <groupId>io.hydrosphere</groupId>
    <artifactId>mist-oldspark_2.10</artifactId>
    <version>0.6.4</version>
</dependency>

How to add a dependency to Gradle

Gradle Groovy DSL: Add the following io.hydrosphere : mist-oldspark_2.10 gradle dependency to your build.gradle file:

implementation 'io.hydrosphere:mist-oldspark_2.10:0.6.4'

Gradle Kotlin DSL: Add the following io.hydrosphere : mist-oldspark_2.10 gradle kotlin dependency to your build.gradle.kts file:

implementation("io.hydrosphere:mist-oldspark_2.10:0.6.4")

How to add a dependency to SBT Scala

SBT Scala: Add the following io.hydrosphere : mist-oldspark_2.10 sbt scala dependency to your build.sbt file:

libraryDependencies += "io.hydrosphere" % "mist-oldspark_2.10" % "0.6.4"

Advertisement