| Лицензия |
Лицензия |
|---|---|
| Группа | Группаcom.github.kristianhelgesen.aramis |
| Идентификатор | Идентификаторaramis |
| Последняя версия | Последняя версия1.2 |
| Дата | Дата |
| Тип | Типjar |
| Описание |
Описание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.
|
| Ссылка на сайт |
Ссылка на сайт |
| Система контроля версий |
Система контроля версий |
| Имя Файла | Размер |
|---|---|
| aramis-1.2.pom | |
| aramis-1.2.jar | 40 KB |
| aramis-1.2-sources.jar | 18 KB |
| aramis-1.2-javadoc.jar | 142 KB |
| Обзор |
<!-- 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"]
| Идентификатор библиотеки | Тип | Версия |
|---|---|---|
| org.slf4j : slf4j-api | jar | 1.7.2 |
| org.mvel : mvel2 | jar | 2.1.3.Final |
| org.apache.commons : commons-lang3 | jar | 3.1 |
| Идентификатор библиотеки | Тип | Версия |
|---|---|---|
| javax.servlet : javax.servlet-api | jar | 3.0.1 |
| Идентификатор библиотеки | Тип | Версия |
|---|---|---|
| org.slf4j : slf4j-simple | jar | 1.7.2 |
| junit : junit | jar | 4.10 |
| org.hamcrest : hamcrest-all | jar | 1.3 |