Download pebble-1.0.0.jar file - Jar p

Jar examples for p:pebble

Description

Templating engine for Java.

You can download jar file pebble 1.0.0 in this page.

License

BSD 3-Clause License

Build File

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

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

Download

Click the following link to download the jar file.

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



Related Tutorials