/tablestore-timeline

TableStore-Timeline Model for Social scene

Primary LanguageJavaGNU Lesser General Public License v2.1LGPL-2.1

TableStore Timeline Model

Requirements

Java 1.6 or later

Install

The recommended way to use the TableStore Timeline Model in your project is to consume it from Maven. Import as follows:

<dependency>
    <groupId>com.aliyun.openservices.tablestore</groupId>
    <artifactId>Timeline</artifactId>
    <version>1.1.0</version>
</dependency>

Build

Once you check out the code from GitHub, you can build it using Maven. Use the following command to build:

  mvn clean install -DskipTests