platform-api
Used in:
components
- OverviewOverview
- VersionsVersions
- DependentsDependents
- DependenciesDependencies
<dependency>
<groupId>com.moz.kiji.mapreduce</groupId>
<artifactId>platform-api</artifactId>
<version>3.0.1</version>
</dependency><?xml version="1.0" encoding="UTF-8"?>
<project xmlns="http://maven.apache.org/POM/4.0.0" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/maven-v4_0_0.xsd">
<name>Kiji</name>
<description>Kiji allows the imposition of schema and much else upon HBase.</description>
<url>https://github.com/kijiproject/kiji</url>
<licenses>
<license>
<name>The Apache License, Version 2.0</name>
<url>http://www.apache.org/licenses/LICENSE-2.0.txt</url>
</license>
</licenses>
<developers>
<developer>
<name>Maura Hubbell</name>
<email>maura@moz.com</email>
<organization>Moz</organization>
<organizationUrl>http://www.moz.com</organizationUrl>
</developer>
</developers>
<scm>
<connection>scm:git:git@github.com:kijiproject/kiji.git</connection>
<developerConnection>scm:git:git@github.com:kijiproject/kiji.git</developerConnection>
<url>git@github.com:kijiproject/kiji.git</url>
</scm>
<modelVersion>4.0.0</modelVersion>
<groupId>com.moz.kiji.mapreduce</groupId>
<artifactId>platform-api</artifactId>
<version>3.0.1</version>
<packaging>jar</packaging>
<properties>
<maven.compiler.source>1.8</maven.compiler.source>
<maven.compiler.target>1.8</maven.compiler.target>
<maven.compiler.testSource>1.8</maven.compiler.testSource>
<maven.compiler.testTarget>1.8</maven.compiler.testTarget>
</properties>
<!-- Unresolved dependency list: -->
<!-- dep: com.moz.kiji.annotations:annotations:3.0.1 -->
<!-- dep: com.moz.kiji.delegation:kiji-delegation:3.0.1 -->
<!-- Resolved dependency list: -->
<dependencies>
<dependency> <groupId>com.moz.kiji.annotations</groupId> <artifactId>annotations</artifactId> <type>jar</type> <version>3.0.1</version> <scope>compile</scope> <exclusions> <exclusion><groupId>*</groupId><artifactId>*</artifactId></exclusion> </exclusions></dependency>
<dependency> <groupId>com.moz.kiji.delegation</groupId> <artifactId>kiji-delegation</artifactId> <type>jar</type> <version>3.0.1</version> <scope>compile</scope> <exclusions> <exclusion><groupId>*</groupId><artifactId>*</artifactId></exclusion> </exclusions></dependency>
<dependency> <groupId>org.slf4j</groupId> <artifactId>slf4j-api</artifactId> <type>jar</type> <version>1.7.5</version> <scope>compile</scope> <exclusions> <exclusion><groupId>*</groupId><artifactId>*</artifactId></exclusion> </exclusions></dependency>
</dependencies>
</project>