点击Rythm特性获取详细信息
通过以下方式可以获得Rythm
- 点击此处下载Rythm发行包。或者
- 按照以下描述使用Maven构造工具
在你的pom.xml
文件中加入Rythm依赖
<dependency>
<groupId>org.rythmengine</groupId>
<artifactId>rythm-engine</artifactId>
<version>1.0-b6-SNAPSHOT</version>
</dependency>
如果你使用的是Rythm快照(SNAPSHOT)版本则需要在你的pom.xml
文件中加入下面的代码:
<parent>
<groupId>org.sonatype.oss</groupId>
<artifactId>oss-parent</artifactId>
<version>7</version>
</parent>