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