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