Categories |
CategoriesSpring Boot Container Microservices |
---|---|
GroupId | GroupIdcom.mitchellbosecke |
ArtifactId | ArtifactIdpebble-spring-boot-starter |
Version | Version2.3.0 |
Type | Typejar |
<!-- https://jarcasting.com/artifacts/com.mitchellbosecke/pebble-spring-boot-starter/ -->
<dependency>
<groupId>com.mitchellbosecke</groupId>
<artifactId>pebble-spring-boot-starter</artifactId>
<version>2.3.0</version>
</dependency>
// https://jarcasting.com/artifacts/com.mitchellbosecke/pebble-spring-boot-starter/
implementation 'com.mitchellbosecke:pebble-spring-boot-starter:2.3.0'
// https://jarcasting.com/artifacts/com.mitchellbosecke/pebble-spring-boot-starter/
implementation ("com.mitchellbosecke:pebble-spring-boot-starter:2.3.0")
'com.mitchellbosecke:pebble-spring-boot-starter:jar:2.3.0'
<dependency org="com.mitchellbosecke" name="pebble-spring-boot-starter" rev="2.3.0">
<artifact name="pebble-spring-boot-starter" type="jar" />
</dependency>
@Grapes(
@Grab(group='com.mitchellbosecke', module='pebble-spring-boot-starter', version='2.3.0')
)
libraryDependencies += "com.mitchellbosecke" % "pebble-spring-boot-starter" % "2.3.0"
[com.mitchellbosecke/pebble-spring-boot-starter "2.3.0"]