Download pebble-2.2.2.jar file - Jar p

Jar examples for p:pebble

Description

Templating engine for Java.

You can download jar file pebble 2.2.2 in this page.

License

BSD 3-Clause License

Build File

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

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

Download

Click the following link to download the jar file.

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



Related Tutorials