vertx-web-templ-pebble
Vertx TemplateEngine implementation using Pebble
Vertx: http://vertx.io/
| Лицензия |
Лицензия |
|---|---|
| Группа | Группаio.github.jklingsporn |
| Идентификатор | Идентификаторvertx-web-templ-pebble |
| Последняя версия | Последняя версия1.0.0 |
| Дата | Дата |
| Тип | Типjar |
| Описание |
Описаниеio.github.jklingsporn:vertx-web-templ-pebble
Vertx TemplateEngine implementation using Pebble
|
| Ссылка на сайт |
Ссылка на сайт |
| Система контроля версий |
Система контроля версий |
<!-- https://jarcasting.com/artifacts/io.github.jklingsporn/vertx-web-templ-pebble/ -->
<dependency>
<groupId>io.github.jklingsporn</groupId>
<artifactId>vertx-web-templ-pebble</artifactId>
<version>1.0.0</version>
</dependency>
// https://jarcasting.com/artifacts/io.github.jklingsporn/vertx-web-templ-pebble/
implementation 'io.github.jklingsporn:vertx-web-templ-pebble:1.0.0'
// https://jarcasting.com/artifacts/io.github.jklingsporn/vertx-web-templ-pebble/
implementation ("io.github.jklingsporn:vertx-web-templ-pebble:1.0.0")
'io.github.jklingsporn:vertx-web-templ-pebble:jar:1.0.0'
<dependency org="io.github.jklingsporn" name="vertx-web-templ-pebble" rev="1.0.0">
<artifact name="vertx-web-templ-pebble" type="jar" />
</dependency>
@Grapes(
@Grab(group='io.github.jklingsporn', module='vertx-web-templ-pebble', version='1.0.0')
)
libraryDependencies += "io.github.jklingsporn" % "vertx-web-templ-pebble" % "1.0.0"
[io.github.jklingsporn/vertx-web-templ-pebble "1.0.0"]
| Идентификатор библиотеки | Тип | Версия |
|---|---|---|
| com.mitchellbosecke : pebble | jar | 2.0.0 |
| io.vertx : vertx-web | jar | 3.2.0 |
Vertx TemplateEngine implementation using Pebble
Vertx: http://vertx.io/