is not current version
Last Version 1.2

com.github.kristianhelgesen.aramis:aramis 1.1

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.

GroupId

GroupId

com.github.kristianhelgesen.aramis
ArtifactId

ArtifactId

aramis
Version

Version

1.1
Type

Type

jar

Download aramis 1.1


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