MVN

com.mitchellbosecke : pebble-spring3

Maven & Gradle

Jun 05, 2017
1 usages

Pebble Integration with Spring 3 · Pebble Integration with Spring 3

<dependency>
    <groupId>com.mitchellbosecke</groupId>
    <artifactId>pebble-spring3</artifactId>
    <version>2.4.0</version>
</dependency>
Copy
pom.xml
Table Of Contents

Latest Version

Choose a version of com.mitchellbosecke : pebble-spring3 to add to Maven or Gradle - Latest Versions:

  • Latest Stable: 2.4.0

All Versions

Choose a version of com.mitchellbosecke : pebble-spring3 to add to Maven or Gradle - All Versions:

Version Vulnerabilities Updated
2.4.x
pebble-spring3-2.4.0
2.3.x
pebble-spring3-2.3.0
2.2.x
pebble-spring3-2.2.3
pebble-spring3-2.2.2
pebble-spring3-2.2.1
pebble-spring3-2.2.0
2.1.x
pebble-spring3-2.1.0
2.0.x
pebble-spring3-2.0.0
1.6.x
pebble-spring3-1.6.0
1.5.x
pebble-spring3-1.5.2
pebble-spring3-1.5.1
pebble-spring3-1.5.0
1.4.x
pebble-spring3-1.4.5
pebble-spring3-1.4.4
pebble-spring3-1.4.3
pebble-spring3-1.4.2
pebble-spring3-1.4.1
pebble-spring3-1.4.0
1.3.x
pebble-spring3-1.3.1
pebble-spring3-1.3.0
1.2.x
pebble-spring3-1.2.0
1.1.x
pebble-spring3-1.1.0
1.0.x
pebble-spring3-1.0.0
0.4.x
pebble-spring3-0.4.0
0.3.x
pebble-spring3-0.3.0
0.2.x
pebble-spring3-0.2.0
0.1.x
pebble-spring3-0.1.5
pebble-spring3-0.1.4
pebble-spring3-0.1.3
pebble-spring3-0.1.2
pebble-spring3-0.1.1
pebble-spring3-0.1.0
0.0.x
pebble-spring3-0.0.2

How to add a dependency to Maven

Add the following com.mitchellbosecke : pebble-spring3 maven dependency to the pom.xml file with your favorite IDE (IntelliJ / Eclipse / Netbeans):

<dependency>
    <groupId>com.mitchellbosecke</groupId>
    <artifactId>pebble-spring3</artifactId>
    <version>2.4.0</version>
</dependency>

How to add a dependency to Gradle

Gradle Groovy DSL: Add the following com.mitchellbosecke : pebble-spring3 gradle dependency to your build.gradle file:

implementation 'com.mitchellbosecke:pebble-spring3:2.4.0'

Gradle Kotlin DSL: Add the following com.mitchellbosecke : pebble-spring3 gradle kotlin dependency to your build.gradle.kts file:

implementation("com.mitchellbosecke:pebble-spring3:2.4.0")

How to add a dependency to SBT Scala

SBT Scala: Add the following com.mitchellbosecke : pebble-spring3 sbt scala dependency to your build.sbt file:

libraryDependencies += "com.mitchellbosecke" % "pebble-spring3" % "2.4.0"