Skip to content

RedRoma/aroma-thrift

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Aroma Thrift

Build Status Maven Central Version

The Model and Service Definitions for Aroma defined in Thrift

Download

To use, simply add the following maven dependency.

Release

<dependency>
	<groupId>tech.aroma</groupId>
	<artifactId>aroma-thrift</artifactId>
	<version>2.0.2</version>
</dependency>

Snapshot

First add the Snapshot Repository

<repository>
	<id>ossrh</id>
    <url>https://oss.sonatype.org/content/repositories/snapshots</url>
</repository>
<dependency>
	<groupId>tech.aroma</groupId>
	<artifactId>aroma-thrift</artifactId>
	<version>2.1-SNAPSHOT</version>
</dependency>

Requirements

  • Java 7
  • Maven
  • Thrift 0.9.3 Compiler

Building

This project builds with maven. Just run a mvn clean install to compile and install to your local maven repository. As long as thrift is on your PATH it should build just fine.

Release Notes

Coming Soon