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