MVN

org.rythmengine : rythm-engine

Maven & Gradle

Nov 25, 2022
40 usages
250 stars

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

<dependency>
    <groupId>org.rythmengine</groupId>
    <artifactId>rythm-engine</artifactId>
    <version>1.4.2</version>
</dependency>
Copy
pom.xml
Table Of Contents

Latest Version

Choose a version of org.rythmengine : rythm-engine to add to Maven or Gradle - Latest Versions:

  • Latest Stable: 1.4.2

All Versions

Choose a version of org.rythmengine : rythm-engine to add to Maven or Gradle - All Versions:

Version Vulnerabilities Updated
1.4.x
rythm-engine-1.4.2
rythm-engine-1.4.1
rythm-engine-1.4.0
1.3.x
rythm-engine-1.3.1
rythm-engine-1.3.0
1.2.x
rythm-engine-1.2.2
rythm-engine-1.2.1
rythm-engine-1.2.0
1.1.x
rythm-engine-1.1.7
rythm-engine-1.1.5
1.0.x
rythm-engine-1.0.1
1.0
rythm-engine-1.0
rythm-engine-1.0-b10
rythm-engine-1.0-b9
rythm-engine-1.0-b8

How to add a dependency to Maven

Add the following org.rythmengine : rythm-engine maven dependency to the pom.xml file with your favorite IDE (IntelliJ / Eclipse / Netbeans):

<dependency>
    <groupId>org.rythmengine</groupId>
    <artifactId>rythm-engine</artifactId>
    <version>1.4.2</version>
</dependency>

How to add a dependency to Gradle

Gradle Groovy DSL: Add the following org.rythmengine : rythm-engine gradle dependency to your build.gradle file:

implementation 'org.rythmengine:rythm-engine:1.4.2'

Gradle Kotlin DSL: Add the following org.rythmengine : rythm-engine gradle kotlin dependency to your build.gradle.kts file:

implementation("org.rythmengine:rythm-engine:1.4.2")

How to add a dependency to SBT Scala

SBT Scala: Add the following org.rythmengine : rythm-engine sbt scala dependency to your build.sbt file:

libraryDependencies += "org.rythmengine" % "rythm-engine" % "1.4.2"

Advertisement