GroupId | GroupIdcom.mitchellbosecke |
---|---|
ArtifactId | ArtifactIdpebble |
Version | Version2.2.3 |
Type | Typejar |
Filename | Size |
---|---|
pebble-2.2.3.pom | |
pebble-2.2.3.jar | 243 KB |
pebble-2.2.3-sources.jar | 165 KB |
pebble-2.2.3-javadoc.jar | 1 MB |
pebble-2.2.3-jar-with-dependencies.jar | 2 MB |
Browse |
<!-- https://jarcasting.com/artifacts/com.mitchellbosecke/pebble/ -->
<dependency>
<groupId>com.mitchellbosecke</groupId>
<artifactId>pebble</artifactId>
<version>2.2.3</version>
</dependency>
// https://jarcasting.com/artifacts/com.mitchellbosecke/pebble/
implementation 'com.mitchellbosecke:pebble:2.2.3'
// https://jarcasting.com/artifacts/com.mitchellbosecke/pebble/
implementation ("com.mitchellbosecke:pebble:2.2.3")
'com.mitchellbosecke:pebble:jar:2.2.3'
<dependency org="com.mitchellbosecke" name="pebble" rev="2.2.3">
<artifact name="pebble" type="jar" />
</dependency>
@Grapes(
@Grab(group='com.mitchellbosecke', module='pebble', version='2.2.3')
)
libraryDependencies += "com.mitchellbosecke" % "pebble" % "2.2.3"
[com.mitchellbosecke/pebble "2.2.3"]