Template7
JavaScript template engine with syntax similar to Handlebars.
Template7 is the default template engine in Framework7, but also can be used separately.
| Лицензия |
Лицензия |
|---|---|
| Группа | Группаorg.webjars.bower |
| Идентификатор | Идентификаторtemplate7 |
| Последняя версия | Последняя версия1.0.6 |
| Дата | Дата |
| Тип | Типjar |
| Описание |
ОписаниеTemplate7
WebJar for Template7
|
| Ссылка на сайт |
Ссылка на сайт |
| Система контроля версий |
Система контроля версий |
| Имя Файла | Размер |
|---|---|
| template7-1.0.6.pom | |
| template7-1.0.6.jar | 47 KB |
| template7-1.0.6-sources.jar | 22 bytes |
| template7-1.0.6-javadoc.jar | 22 bytes |
| Обзор |
<!-- https://jarcasting.com/artifacts/org.webjars.bower/template7/ -->
<dependency>
<groupId>org.webjars.bower</groupId>
<artifactId>template7</artifactId>
<version>1.0.6</version>
</dependency>
// https://jarcasting.com/artifacts/org.webjars.bower/template7/
implementation 'org.webjars.bower:template7:1.0.6'
// https://jarcasting.com/artifacts/org.webjars.bower/template7/
implementation ("org.webjars.bower:template7:1.0.6")
'org.webjars.bower:template7:jar:1.0.6'
<dependency org="org.webjars.bower" name="template7" rev="1.0.6">
<artifact name="template7" type="jar" />
</dependency>
@Grapes(
@Grab(group='org.webjars.bower', module='template7', version='1.0.6')
)
libraryDependencies += "org.webjars.bower" % "template7" % "1.0.6"
[org.webjars.bower/template7 "1.0.6"]
JavaScript template engine with syntax similar to Handlebars.
Template7 is the default template engine in Framework7, but also can be used separately.