Rythm Template Engine

A strong typed high performance Java Template engine with .Net Razor like syntax

License

License

GroupId

GroupId

com.greenlaw110.rythm
ArtifactId

ArtifactId

rythm-engine
Last Version

Last Version

1.0-b7
Release Date

Release Date

Type

Type

jar
Description

Description

Rythm Template Engine
A strong typed high performance Java Template engine with .Net Razor like syntax
Project URL

Project URL

http://rythmengine.com/

Download rythm-engine

How to add to project

<!-- https://jarcasting.com/artifacts/com.greenlaw110.rythm/rythm-engine/ -->
<dependency>
    <groupId>com.greenlaw110.rythm</groupId>
    <artifactId>rythm-engine</artifactId>
    <version>1.0-b7</version>
</dependency>
// https://jarcasting.com/artifacts/com.greenlaw110.rythm/rythm-engine/
implementation 'com.greenlaw110.rythm:rythm-engine:1.0-b7'
// https://jarcasting.com/artifacts/com.greenlaw110.rythm/rythm-engine/
implementation ("com.greenlaw110.rythm:rythm-engine:1.0-b7")
'com.greenlaw110.rythm:rythm-engine:jar:1.0-b7'
<dependency org="com.greenlaw110.rythm" name="rythm-engine" rev="1.0-b7">
  <artifact name="rythm-engine" type="jar" />
</dependency>
@Grapes(
@Grab(group='com.greenlaw110.rythm', module='rythm-engine', version='1.0-b7')
)
libraryDependencies += "com.greenlaw110.rythm" % "rythm-engine" % "1.0-b7"
[com.greenlaw110.rythm/rythm-engine "1.0-b7"]

Dependencies

compile (4)

Group / Artifact Type Version
org.eclipse.jdt.core.compiler : ecj jar 3.7.2
com.stevesoft.pat : pat jar 1.5.3
org.apache.commons : commons-lang3 jar 3.1
com.alibaba : fastjson jar 1.1.27

provided (2)

Group / Artifact Type Version
com.google.code.gson : gson jar 2.2.2
javax.servlet : servlet-api jar 2.3

test (1)

Group / Artifact Type Version
junit : junit jar 4.10

Project Modules

There are no modules declared in this project.

Rythm Template Engine

A "Razor" like, rich featured, high performance and easy to use Java template engine

Rythm Engine Project

Join the chat at https://gitter.im/greenlaw110/Rythm

We are looking for people to join us on this project. Please contact Green Luo via greenlaw110@gmail.com

Links

Integrations

Prerequisites

Java JDK >= Version 7

Distribution

Available at Maven Central see

http://mvnrepository.com/artifact/org.rythmengine/rythm-engine

Maven dependency:

<!-- http://mvnrepository.com/artifact/org.rythmengine/rythm-engine -->
<dependency>
    <groupId>org.rythmengine</groupId>
    <artifactId>rythm-engine</artifactId>
    <version>1.2.2</version>
</dependency>

How to build

git clone https://github.com/rythmengine/rythmengine
cd rythmengine
mvn install

if some of the tests should fail you might want to file an issue and try

mvn install -DskipTests=true

Testing

mvn test
...
Tests run: 254, Failures: 0, Errors: 0, Skipped: 3

Development

There are several options for development environments you can use to contribute to the development of the Rythm Engine Project:

Version history

See the change log

Versions

Version
1.0-b7
1.0-b6
1.0-b5
1.0-b4
1.0-b3
1.0-b2
1.0-b1