Files download
File Operation
pebble-2.4.0.jar download
pebble-2.4.0.pom download
pebble-2.4.0-sources.jar download
Apache Maven
<dependency>
  <groupId>com.mitchellbosecke</groupId>
  <artifactId>pebble</artifactId>
  <version>2.4.0</version>
</dependency>
Gradle Groovy
implementation 'com.mitchellbosecke:pebble:2.4.0'
Gradle Kotlin
implementation("com.mitchellbosecke:pebble:2.4.0")
Scala SBT
libraryDependencies += "com.mitchellbosecke" % "pebble" % "2.4.0"
Groovy Grape
@Grapes(
  @Grab(group='com.mitchellbosecke', module='pebble', version='2.4.0')
)
Apache Ivy
<dependency org="com.mitchellbosecke" name="pebble" rev="2.4.0" />
Leiningen
[com.mitchellbosecke/pebble "2.4.0"]
Apache Buildr
'com.mitchellbosecke:pebble:jar:2.4.0'