Pebble

Templating engine for Java.

License

License

Categories

Categories

Gatling Application Testing & Monitoring
GroupId

GroupId

io.gatling
ArtifactId

ArtifactId

pebble
Last Version

Last Version

2.5.0.1
Release Date

Release Date

Type

Type

jar
Description

Description

Pebble
Templating engine for Java.
Project URL

Project URL

http://pebbletemplates.io
Source Code Management

Source Code Management

https://github.com/PebbleTemplates/pebble.git

Download pebble

How to add to project

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

Dependencies

compile (3)

Group / Artifact Type Version
com.github.ben-manes.caffeine : caffeine jar 2.6.2
com.coverity.security : coverity-escapers jar 1.1
org.slf4j : slf4j-api jar 1.7.21

provided (1)

Group / Artifact Type Version
javax.servlet : servlet-api Optional jar 2.5

test (3)

Group / Artifact Type Version
org.slf4j : slf4j-log4j12 jar 1.6.1
log4j : log4j jar 1.2.15
junit : junit jar 4.11

Project Modules

There are no modules declared in this project.

Pebble Continuous Integration

Pebble is a java templating engine inspired by Twig. It separates itself from the crowd with its inheritance feature and its easy-to-read syntax. It ships with built-in autoescaping for security, and it includes integrated support for internationalization.

For more information please visit the website.

Artifact id renaming for pebble-spring-boot-starter

As of version 3.1.0 and in order to follow this naming recommendation, the artifactId of pebble-spring-boot-starter has been renamed as is:

Old artifactId New artifactId spring-boot version
pebble-spring-boot-starter pebble-legacy-spring-boot-starter 1.5.x
pebble-spring-boot-2-starter pebble-spring-boot-starter 2.x.x

New group id

Please note that the pebble's groupId has been updated as of version 2.5.0

<dependency>
	<groupId>io.pebbletemplates</groupId>
	<artifactId>pebble</artifactId>
	<version>3.1.4</version>
</dependency>

License

Copyright (c) 2013 by Mitchell Bösecke

Some rights reserved.

Redistribution and use in source and binary forms, with or without
modification, are permitted provided that the following conditions are
met:

    * Redistributions of source code must retain the above copyright
      notice, this list of conditions and the following disclaimer.

    * Redistributions in binary form must reproduce the above
      copyright notice, this list of conditions and the following
      disclaimer in the documentation and/or other materials provided
      with the distribution.

    * The names of the contributors may not be used to endorse or
      promote products derived from this software without specific
      prior written permission.

THIS SOFTWARE IS PROVIDED BY THE COPYRIGHT HOLDERS AND CONTRIBUTORS
"AS IS" AND ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT
LIMITED TO, THE IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR
A PARTICULAR PURPOSE ARE DISCLAIMED. IN NO EVENT SHALL THE COPYRIGHT
OWNER OR CONTRIBUTORS BE LIABLE FOR ANY DIRECT, INDIRECT, INCIDENTAL,
SPECIAL, EXEMPLARY, OR CONSEQUENTIAL DAMAGES (INCLUDING, BUT NOT
LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS OR SERVICES; LOSS OF USE,
DATA, OR PROFITS; OR BUSINESS INTERRUPTION) HOWEVER CAUSED AND ON ANY
THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT LIABILITY, OR TORT
(INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE
OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.

Versions

Version
2.5.0.1
2.4.0.2
2.4.0.1