Aramis templating engine

Aramis is a light weight template language and template engine, extending the Mustache template syntax. Support for expressions, content rendering, decorator templates, content controllers, view perspectives.

License

License

GroupId

GroupId

com.github.kristianhelgesen.aramis
ArtifactId

ArtifactId

aramis
Last Version

Last Version

1.2
Release Date

Release Date

Type

Type

jar
Description

Description

Aramis templating engine
Aramis is a light weight template language and template engine, extending the Mustache template syntax. Support for expressions, content rendering, decorator templates, content controllers, view perspectives.
Project URL

Project URL

https://github.com/kristianhelgesen/aramis
Source Code Management

Source Code Management

https://github.com/kristianhelgesen/aramis

Download aramis

How to add to project

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

Dependencies

compile (3)

Group / Artifact Type Version
org.slf4j : slf4j-api jar 1.7.2
org.mvel : mvel2 jar 2.1.3.Final
org.apache.commons : commons-lang3 jar 3.1

provided (1)

Group / Artifact Type Version
javax.servlet : javax.servlet-api jar 3.0.1

test (3)

Group / Artifact Type Version
org.slf4j : slf4j-simple jar 1.7.2
junit : junit jar 4.10
org.hamcrest : hamcrest-all jar 1.3

Project Modules

There are no modules declared in this project.

Versions

Version
1.2
1.1
1.0