Categories |
CategoriesJooby User Interface Web Frameworks |
---|---|
GroupId | GroupIdio.jooby |
ArtifactId | ArtifactIdjooby-pebble |
Version | Version2.9.4 |
Type | Typejar |
Filename | Size |
---|---|
jooby-pebble-2.9.4.pom | |
jooby-pebble-2.9.4.jar | 7 KB |
jooby-pebble-2.9.4-sources.jar | 4 KB |
jooby-pebble-2.9.4-javadoc.jar | 29 KB |
Browse |
<!-- https://jarcasting.com/artifacts/io.jooby/jooby-pebble/ -->
<dependency>
<groupId>io.jooby</groupId>
<artifactId>jooby-pebble</artifactId>
<version>2.9.4</version>
</dependency>
// https://jarcasting.com/artifacts/io.jooby/jooby-pebble/
implementation 'io.jooby:jooby-pebble:2.9.4'
// https://jarcasting.com/artifacts/io.jooby/jooby-pebble/
implementation ("io.jooby:jooby-pebble:2.9.4")
'io.jooby:jooby-pebble:jar:2.9.4'
<dependency org="io.jooby" name="jooby-pebble" rev="2.9.4">
<artifact name="jooby-pebble" type="jar" />
</dependency>
@Grapes(
@Grab(group='io.jooby', module='jooby-pebble', version='2.9.4')
)
libraryDependencies += "io.jooby" % "jooby-pebble" % "2.9.4"
[io.jooby/jooby-pebble "2.9.4"]