ann4s_2.11
Used in:
components
- OverviewOverview
- VersionsVersions
- DependentsDependents
- DependenciesDependencies
<dependency>
<groupId>com.github.mskimm</groupId>
<artifactId>ann4s_2.11</artifactId>
<version>0.1.5</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.mskimm</groupId>
<artifactId>ann4s_2.11</artifactId>
<packaging>jar</packaging>
<description>Building Annoy Index on Apache Spark</description>
<url>https://github.com/mskimm/ann4s</url>
<version>0.1.5</version>
<licenses>
<license>
<name>The Apache License, Version 2.0</name>
<url>http://www.apache.org/licenses/LICENSE-2.0.txt</url>
<distribution>repo</distribution>
</license>
</licenses>
<name>ann4s</name>
<organization>
<name>com.github.mskimm</name>
<url>https://github.com/mskimm/ann4s</url>
</organization>
<scm>
<url>https://github.com/mskimm/ann4s.git</url>
<connection>scm:git:https://github.com/mskimm/ann4s.git</connection>
<developerConnection>scm:githttps://github.com/mskimm/ann4s.git</developerConnection>
</scm>
<developers>
<developer>
<id>mskimm</id>
<name>Min Seok Kim</name>
<email>mskim.org@gmail.com</email>
<url>https://github.com/mskimm</url>
</developer>
</developers>
<dependencies>
<dependency>
<groupId>org.scala-lang</groupId>
<artifactId>scala-library</artifactId>
<version>2.11.8</version>
</dependency>
<!--provided dependency org.apache.spark#spark-core_2.11;2.3.0 has been omitted-->
<!--provided dependency org.apache.spark#spark-mllib_2.11;2.3.0 has been omitted-->
<dependency>
<groupId>org.rocksdb</groupId>
<artifactId>rocksdbjni</artifactId>
<version>5.11.3</version>
</dependency>
<!--test dependency org.scalatest#scalatest_2.11;2.2.6 has been omitted-->
</dependencies>
</project>