не последняя версия
Последняя версия 1.2

com.github.kristianhelgesen.aramis:aramis 1.0

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.

Группа

Группа

com.github.kristianhelgesen.aramis
Идентификатор

Идентификатор

aramis
Версия

Версия

1.0
Тип

Тип

jar

Скачать aramis 1.0


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