| License |
License |
|---|---|
| GroupId | GroupIdio.ktor |
| ArtifactId | ArtifactIdktor-pebble |
| Last Version | Last Version1.6.8 |
| Release Date | Release Date |
| Type | Typejar |
| Description |
Descriptionktor-pebble
Ktor is a framework for quickly creating web applications in Kotlin with minimal effort.
|
| Project URL |
Project URL |
| Source Code Management |
Source Code Management |
| Filename | Size |
|---|---|
| ktor-pebble-1.6.8.pom | |
| ktor-pebble-1.6.8.jar | 11 KB |
| ktor-pebble-1.6.8-sources.jar | 2 KB |
| ktor-pebble-1.6.8-kdoc.jar | 16 KB |
| ktor-pebble-1.6.8-javadoc.jar | 261 bytes |
| Browse |
<!-- https://jarcasting.com/artifacts/io.ktor/ktor-pebble/ -->
<dependency>
<groupId>io.ktor</groupId>
<artifactId>ktor-pebble</artifactId>
<version>1.6.8</version>
</dependency>
// https://jarcasting.com/artifacts/io.ktor/ktor-pebble/
implementation 'io.ktor:ktor-pebble:1.6.8'
// https://jarcasting.com/artifacts/io.ktor/ktor-pebble/
implementation ("io.ktor:ktor-pebble:1.6.8")
'io.ktor:ktor-pebble:jar:1.6.8'
<dependency org="io.ktor" name="ktor-pebble" rev="1.6.8">
<artifact name="ktor-pebble" type="jar" />
</dependency>
@Grapes(
@Grab(group='io.ktor', module='ktor-pebble', version='1.6.8')
)
libraryDependencies += "io.ktor" % "ktor-pebble" % "1.6.8"
[io.ktor/ktor-pebble "1.6.8"]
| Group / Artifact | Type | Version |
|---|---|---|
| io.ktor : ktor-server-core | jar | 1.6.8 |
| org.jetbrains.kotlin : kotlin-stdlib-jdk8 | jar | 1.6.10 |
| org.jetbrains.kotlin : kotlin-stdlib | jar | 1.6.10 |
| org.jetbrains.kotlin : kotlin-stdlib-jdk7 | jar | 1.6.10 |
| org.slf4j : slf4j-api | jar | 1.7.36 |
| io.pebbletemplates : pebble | jar | 3.1.5 |