is not current version
Last Version 1.2.2

org.rythmengine:spring-rythm 1.2.1

Enable Spring Application Developer to use Rythm Template Engine to render views

GroupId

GroupId

org.rythmengine
ArtifactId

ArtifactId

spring-rythm
Version

Version

1.2.1
Type

Type

jar

Download spring-rythm 1.2.1


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