Skip to content

Latest commit

 

History

History
executable file
·
47 lines (33 loc) · 1.34 KB

index.md

File metadata and controls

executable file
·
47 lines (33 loc) · 1.34 KB

文档中心



[why]为什么选择Rythm

点击Rythm特性获取详细信息

[get]获得Rythm

通过以下方式可以获得Rythm

  1. 点击此处下载Rythm发行包。或者
  2. 按照以下描述使用Maven构造工具

[maven]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>

你可以在发行包sample 目录中找到一个完整的基于maven2构造的应用例子。你也立刻可以在Github上浏览这个例子的代码

[tutorial]教程