GroupId | GroupIdcom.mitchellbosecke |
---|---|
ArtifactId | ArtifactIdpebble-spring3 |
Version | Version1.3.0 |
Type | Typejar |
Filename | Size |
---|---|
pebble-spring3-1.3.0.pom | |
pebble-spring3-1.3.0.jar | 6 KB |
pebble-spring3-1.3.0-sources.jar | 3 KB |
pebble-spring3-1.3.0-javadoc.jar | 46 KB |
Browse |
<!-- https://jarcasting.com/artifacts/com.mitchellbosecke/pebble-spring3/ -->
<dependency>
<groupId>com.mitchellbosecke</groupId>
<artifactId>pebble-spring3</artifactId>
<version>1.3.0</version>
</dependency>
// https://jarcasting.com/artifacts/com.mitchellbosecke/pebble-spring3/
implementation 'com.mitchellbosecke:pebble-spring3:1.3.0'
// https://jarcasting.com/artifacts/com.mitchellbosecke/pebble-spring3/
implementation ("com.mitchellbosecke:pebble-spring3:1.3.0")
'com.mitchellbosecke:pebble-spring3:jar:1.3.0'
<dependency org="com.mitchellbosecke" name="pebble-spring3" rev="1.3.0">
<artifact name="pebble-spring3" type="jar" />
</dependency>
@Grapes(
@Grab(group='com.mitchellbosecke', module='pebble-spring3', version='1.3.0')
)
libraryDependencies += "com.mitchellbosecke" % "pebble-spring3" % "1.3.0"
[com.mitchellbosecke/pebble-spring3 "1.3.0"]