The Model and Service Definitions for Aroma defined in Thrift
To use, simply add the following maven dependency.
<dependency>
<groupId>tech.aroma</groupId>
<artifactId>aroma-thrift</artifactId>
<version>2.0.2</version>
</dependency>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>- Java 7
- Maven
- Thrift 0.9.3 Compiler
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.
Coming Soon
