is not current version
Last Version 2.4.0

com.mitchellbosecke:pebble 1.4.3

Templating engine for Java.

GroupId

GroupId

com.mitchellbosecke
ArtifactId

ArtifactId

pebble
Version

Version

1.4.3
Type

Type

jar

Download pebble 1.4.3


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