is not current version
Last Version 2.4.0

com.mitchellbosecke:pebble 2.1.0

Templating engine for Java.

GroupId

GroupId

com.mitchellbosecke
ArtifactId

ArtifactId

pebble
Version

Version

2.1.0
Type

Type

jar

Download pebble 2.1.0


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