r

rythm-engine

A strong typed high performance Java Template engine with .Net Razor like syntax
http://rythmengine.com/
The Apache Software License, Version 2.0
Files download
File Operation
rythm-engine-1.4.2.jar download
rythm-engine-1.4.2.pom download
rythm-engine-1.4.2-sources.jar download
Apache Maven
<dependency>
  <groupId>org.rythmengine</groupId>
  <artifactId>rythm-engine</artifactId>
  <version>1.4.2</version>
</dependency>
Gradle Groovy
implementation 'org.rythmengine:rythm-engine:1.4.2'
Gradle Kotlin
implementation("org.rythmengine:rythm-engine:1.4.2")
Scala SBT
libraryDependencies += "org.rythmengine" % "rythm-engine" % "1.4.2"
Groovy Grape
@Grapes(
  @Grab(group='org.rythmengine', module='rythm-engine', version='1.4.2')
)
Apache Ivy
<dependency org="org.rythmengine" name="rythm-engine" rev="1.4.2" />
Leiningen
[org.rythmengine/rythm-engine "1.4.2"]
Apache Buildr
'org.rythmengine:rythm-engine:jar:1.4.2'