vertx-web-templ-pebble
Vertx TemplateEngine implementation using Pebble
Vertx: http://vertx.io/
License |
License |
---|---|
GroupId | GroupIdio.github.jklingsporn |
ArtifactId | ArtifactIdvertx-web-templ-pebble |
Last Version | Last Version1.0.0 |
Release Date | Release Date |
Type | Typejar |
Description |
Descriptionio.github.jklingsporn:vertx-web-templ-pebble
Vertx TemplateEngine implementation using Pebble
|
Project URL |
Project URL |
Source Code Management |
Source Code Management |
<!-- 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"]
Group / Artifact | Type | Version |
---|---|---|
com.mitchellbosecke : pebble | jar | 2.0.0 |
io.vertx : vertx-web | jar | 3.2.0 |
Vertx TemplateEngine implementation using Pebble
Vertx: http://vertx.io/