spark-daria_2.11
Used in:
components
- OverviewOverview
- VersionsVersions
- DependentsDependents
- DependenciesDependencies
<dependency>
<groupId>com.github.mrpowers</groupId>
<artifactId>spark-daria_2.11</artifactId>
<version>0.39.0</version>
</dependency><?xml version='1.0' encoding='UTF-8'?>
<project xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/xsd/maven-4.0.0.xsd" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://maven.apache.org/POM/4.0.0">
<modelVersion>4.0.0</modelVersion>
<groupId>com.github.mrpowers</groupId>
<artifactId>spark-daria_2.11</artifactId>
<packaging>jar</packaging>
<description>spark-daria</description>
<url>https://github.com/MrPowers/spark-daria</url>
<version>0.39.0</version>
<licenses>
<license>
<name>MIT</name>
<url>http://opensource.org/licenses/MIT</url>
<distribution>repo</distribution>
</license>
</licenses>
<name>spark-daria</name>
<organization>
<name>com.github.mrpowers</name>
<url>https://github.com/MrPowers/spark-daria</url>
</organization>
<scm>
<url>https://github.com/MrPowers/spark-daria</url>
<connection>git@github.com:MrPowers/spark-daria.git</connection>
</scm>
<developers>
<developer>
<id>MrPowers</id>
<name>Matthew Powers</name>
<url>https://github.com/MrPowers</url>
<email>@MrPowers</email>
</developer>
</developers>
<dependencies>
<dependency>
<groupId>org.scala-lang</groupId>
<artifactId>scala-library</artifactId>
<version>2.11.12</version>
</dependency>
<dependency>
<groupId>org.apache.spark</groupId>
<artifactId>spark-sql_2.11</artifactId>
<version>2.4.4</version>
<scope>provided</scope>
</dependency>
<dependency>
<groupId>org.apache.spark</groupId>
<artifactId>spark-mllib_2.11</artifactId>
<version>2.4.4</version>
<scope>provided</scope>
</dependency>
<dependency>
<groupId>com.github.mrpowers</groupId>
<artifactId>spark-fast-tests_2.11</artifactId>
<version>0.21.3</version>
<scope>test</scope>
</dependency>
<dependency>
<groupId>com.lihaoyi</groupId>
<artifactId>utest_2.11</artifactId>
<version>0.6.3</version>
<scope>test</scope>
</dependency>
</dependencies>
</project>