is not current version
Last Version 3.1.5

io.pebbletemplates:pebble 3.0.0.BETA01

Templating engine for Java.

GroupId

GroupId

io.pebbletemplates
ArtifactId

ArtifactId

pebble
Version

Version

3.0.0.BETA01
Type

Type

jar

Download pebble 3.0.0.BETA01


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