| Категории |
КатегорииJooby Взаимодействие с пользователем Веб-фреймворки |
|---|---|
| Группа | Группаorg.jooby |
| Идентификатор | Идентификаторjooby-pebble |
| Версия | Версия0.14.0 |
| Тип | Типjar |
| Имя Файла | Размер |
|---|---|
| jooby-pebble-0.14.0.pom | |
| jooby-pebble-0.14.0.jar | 5 KB |
| jooby-pebble-0.14.0-sources.jar | 3 KB |
| jooby-pebble-0.14.0-javadoc.jar | 25 KB |
| Обзор |
<!-- https://jarcasting.com/artifacts/org.jooby/jooby-pebble/ -->
<dependency>
<groupId>org.jooby</groupId>
<artifactId>jooby-pebble</artifactId>
<version>0.14.0</version>
</dependency>
// https://jarcasting.com/artifacts/org.jooby/jooby-pebble/
implementation 'org.jooby:jooby-pebble:0.14.0'
// https://jarcasting.com/artifacts/org.jooby/jooby-pebble/
implementation ("org.jooby:jooby-pebble:0.14.0")
'org.jooby:jooby-pebble:jar:0.14.0'
<dependency org="org.jooby" name="jooby-pebble" rev="0.14.0">
<artifact name="jooby-pebble" type="jar" />
</dependency>
@Grapes(
@Grab(group='org.jooby', module='jooby-pebble', version='0.14.0')
)
libraryDependencies += "org.jooby" % "jooby-pebble" % "0.14.0"
[org.jooby/jooby-pebble "0.14.0"]