Download pebble-2.6.1.jar file - Jar p

Jar examples for p:pebble

Description

Templating engine for Java.

You can download jar file pebble 2.6.1 in this page.

License

BSD 3-Clause License

Build File

You can use the following script to add pebble-2.6.1.jar to your project.

<dependency>
   <groupId>io.pebbletemplates</groupId>
   <artifactId>pebble</artifactId>
   <version>2.6.1</version>
</dependency>
compile group: 'io.pebbletemplates', name: 'pebble', version: '2.6.1'
libraryDependencies += "io.pebbletemplates" % "pebble" % "2.6.1"
<dependency org="io.pebbletemplates" name="pebble" rev="2.6.1"/>
@Grapes(@Grab(group='io.pebbletemplates', module='pebble', version='2.6.1'))
'io.pebbletemplates:pebble:jar:2.6.1'

Download

Click the following link to download the jar file.

pebble-2.6.1-jar-with-dependencies.jar
pebble-2.6.1-javadoc.jar
pebble-2.6.1-sources.jar
pebble-2.6.1.jar
pebble-2.6.1.pom



Related Tutorials