r4tings-model
Used in:
components
- OverviewOverview
- VersionsVersions
- DependentsDependents
- DependenciesDependencies
<dependency> <groupId>com.r4tings.recommender</groupId> <artifactId>r4tings-model</artifactId> <version>0.0.1</version> </dependency>
<?xml version="1.0" encoding="UTF-8"?> <project xmlns="http://maven.apache.org/POM/4.0.0" 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"> <modelVersion>4.0.0</modelVersion> <groupId>com.r4tings.recommender</groupId> <artifactId>r4tings-model</artifactId> <version>0.0.1</version> <dependencies> <dependency> <groupId>org.apache.spark</groupId> <artifactId>spark-core_2.11</artifactId> <version>2.1.0</version> <scope>runtime</scope> </dependency> <dependency> <groupId>org.apache.spark</groupId> <artifactId>spark-sql_2.11</artifactId> <version>2.1.0</version> <scope>runtime</scope> </dependency> <dependency> <groupId>org.projectlombok</groupId> <artifactId>lombok</artifactId> <version>1.16.14</version> <scope>runtime</scope> </dependency> <dependency> <groupId>ch.qos.logback</groupId> <artifactId>logback-classic</artifactId> <version>1.1.3</version> <scope>runtime</scope> </dependency> <dependency> <groupId>junit</groupId> <artifactId>junit</artifactId> <version>4.12</version> <scope>runtime</scope> </dependency> <dependency> <groupId>org.mariadb.jdbc</groupId> <artifactId>mariadb-java-client</artifactId> <version>1.1.7</version> <scope>runtime</scope> </dependency> <dependency> <groupId>com.r4tings.recommender</groupId> <artifactId>r4tings-common</artifactId> <version>0.0.1</version> <scope>runtime</scope> </dependency> <dependency> <groupId>com.r4tings.recommender</groupId> <artifactId>r4tings-data</artifactId> <version>0.0.1</version> <scope>runtime</scope> </dependency> </dependencies> <name>r4tings-model </name> <description>R4tings Recommender - Open Source Recommendation Engine</description> <url>https://github.com/r4tings/r4tings-model</url> <issueManagement> <system>github</system> <url>https://github.com/r4tings/r4tings-model/issues</url> </issueManagement> <scm> <url>https://github.com/r4tings/r4tings-model</url> <connection>scm:git:https://github.com/r4tings/r4tings-model.git</connection> <developerConnection>scm:git:https://github.com/r4tings/r4tings-model.git</developerConnection> </scm> <licenses> <license> <name>['Apache-2.0']</name> <url>http://www.apache.org/licenses/LICENSE-2.0</url> <distribution>repo</distribution> </license> </licenses> <developers> <developer> <id>r4tings</id> <name>dongsup dot kim at me dot com</name> <organizationUrl>http://www.r4tings.com</organizationUrl> </developer> </developers> </project>