| Группа | Группаio.pebbletemplates |
|---|---|
| Идентификатор | Идентификаторpebble-project |
| Версия | Версия3.1.3 |
| Тип | Типpom |
| Имя Файла | Размер |
|---|---|
| pebble-project-3.1.3.pom | 4 KB |
| Обзор |
<!-- https://jarcasting.com/artifacts/io.pebbletemplates/pebble-project/ -->
<dependency>
<groupId>io.pebbletemplates</groupId>
<artifactId>pebble-project</artifactId>
<version>3.1.3</version>
<type>pom</type>
</dependency>
// https://jarcasting.com/artifacts/io.pebbletemplates/pebble-project/
implementation 'io.pebbletemplates:pebble-project:3.1.3'
// https://jarcasting.com/artifacts/io.pebbletemplates/pebble-project/
implementation ("io.pebbletemplates:pebble-project:3.1.3")
'io.pebbletemplates:pebble-project:pom:3.1.3'
<dependency org="io.pebbletemplates" name="pebble-project" rev="3.1.3">
<artifact name="pebble-project" type="pom" />
</dependency>
@Grapes(
@Grab(group='io.pebbletemplates', module='pebble-project', version='3.1.3')
)
libraryDependencies += "io.pebbletemplates" % "pebble-project" % "3.1.3"
[io.pebbletemplates/pebble-project "3.1.3"]