| GroupId | GroupIdio.pebbletemplates |
|---|---|
| ArtifactId | ArtifactIdpebble-project |
| Version | Version3.0.7 |
| Type | Typepom |
| Filename | Size |
|---|---|
| pebble-project-3.0.7.pom | 4 KB |
| Browse |
<!-- https://jarcasting.com/artifacts/io.pebbletemplates/pebble-project/ -->
<dependency>
<groupId>io.pebbletemplates</groupId>
<artifactId>pebble-project</artifactId>
<version>3.0.7</version>
<type>pom</type>
</dependency>
// https://jarcasting.com/artifacts/io.pebbletemplates/pebble-project/
implementation 'io.pebbletemplates:pebble-project:3.0.7'
// https://jarcasting.com/artifacts/io.pebbletemplates/pebble-project/
implementation ("io.pebbletemplates:pebble-project:3.0.7")
'io.pebbletemplates:pebble-project:pom:3.0.7'
<dependency org="io.pebbletemplates" name="pebble-project" rev="3.0.7">
<artifact name="pebble-project" type="pom" />
</dependency>
@Grapes(
@Grab(group='io.pebbletemplates', module='pebble-project', version='3.0.7')
)
libraryDependencies += "io.pebbletemplates" % "pebble-project" % "3.0.7"
[io.pebbletemplates/pebble-project "3.0.7"]