spring-rythm
Enable SpringFramework application developer to use Rythm template engine
License |
License |
---|---|
GroupId | GroupIdorg.rythmengine |
ArtifactId | ArtifactIdspring-rythm |
Last Version | Last Version1.2.2 |
Release Date | Release Date |
Type | Typejar |
Description |
DescriptionSpring Rythm Plugin
Enable Spring Application Developer to use Rythm Template Engine to render views
|
Project Organization |
Project Organization |
Filename | Size |
---|---|
spring-rythm-1.2.2.pom | |
spring-rythm-1.2.2.jar | 83 KB |
spring-rythm-1.2.2-sources.jar | 45 KB |
spring-rythm-1.2.2-javadoc.jar | 269 KB |
Browse |
<!-- https://jarcasting.com/artifacts/org.rythmengine/spring-rythm/ -->
<dependency>
<groupId>org.rythmengine</groupId>
<artifactId>spring-rythm</artifactId>
<version>1.2.2</version>
</dependency>
// https://jarcasting.com/artifacts/org.rythmengine/spring-rythm/
implementation 'org.rythmengine:spring-rythm:1.2.2'
// https://jarcasting.com/artifacts/org.rythmengine/spring-rythm/
implementation ("org.rythmengine:spring-rythm:1.2.2")
'org.rythmengine:spring-rythm:jar:1.2.2'
<dependency org="org.rythmengine" name="spring-rythm" rev="1.2.2">
<artifact name="spring-rythm" type="jar" />
</dependency>
@Grapes(
@Grab(group='org.rythmengine', module='spring-rythm', version='1.2.2')
)
libraryDependencies += "org.rythmengine" % "spring-rythm" % "1.2.2"
[org.rythmengine/spring-rythm "1.2.2"]
Group / Artifact | Type | Version |
---|---|---|
org.rythmengine : rythm-engine | jar | 1.2.2 |
org.osgl : osgl-mvc | jar | 1.5.1 |
org.osgl : osgl-logging | jar | 1.1.0 |
org.osgl : osgl-storage | jar | 1.5.0 |
junit : junit | jar | 4.12 |
org.mockito : mockito-core | jar | 2.9.0 |
org.slf4j : slf4j-api | jar | 1.7.25 |
org.osgl : osgl-version | jar | 2.0.0-BETA-1 |
org.osgl : osgl-ut | jar | 2.0.0-BETA-1 |
Group / Artifact | Type | Version |
---|---|---|
org.springframework : spring-web | jar | 3.2.18.RELEASE |
org.springframework : spring-webmvc | jar | 3.2.18.RELEASE |
org.springframework : spring-context | jar | 3.2.18.RELEASE |
org.springframework : spring-context-support | jar | 3.2.18.RELEASE |
org.springframework.security : spring-security-web | jar | 3.2.9.RELEASE |
commons-fileupload : commons-fileupload | jar | 1.3.3 |
javax.mail : mail | jar | 1.4.7 |
javax.servlet : servlet-api | jar | 2.5 |
Enable SpringFramework application developer to use Rythm template engine