License |
License |
---|---|
Categories |
CategoriesLeaf Data Databases |
GroupId | GroupIdio.ktor |
ArtifactId | ArtifactIdktor-thymeleaf |
Last Version | Last Version1.6.8 |
Release Date | Release Date |
Type | Typejar |
Description |
Descriptionktor-thymeleaf
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-thymeleaf-1.6.8.pom | |
ktor-thymeleaf-1.6.8.jar | 11 KB |
ktor-thymeleaf-1.6.8-sources.jar | 2 KB |
ktor-thymeleaf-1.6.8-kdoc.jar | 16 KB |
ktor-thymeleaf-1.6.8-javadoc.jar | 261 bytes |
Browse |
<!-- https://jarcasting.com/artifacts/io.ktor/ktor-thymeleaf/ -->
<dependency>
<groupId>io.ktor</groupId>
<artifactId>ktor-thymeleaf</artifactId>
<version>1.6.8</version>
</dependency>
// https://jarcasting.com/artifacts/io.ktor/ktor-thymeleaf/
implementation 'io.ktor:ktor-thymeleaf:1.6.8'
// https://jarcasting.com/artifacts/io.ktor/ktor-thymeleaf/
implementation ("io.ktor:ktor-thymeleaf:1.6.8")
'io.ktor:ktor-thymeleaf:jar:1.6.8'
<dependency org="io.ktor" name="ktor-thymeleaf" rev="1.6.8">
<artifact name="ktor-thymeleaf" type="jar" />
</dependency>
@Grapes(
@Grab(group='io.ktor', module='ktor-thymeleaf', version='1.6.8')
)
libraryDependencies += "io.ktor" % "ktor-thymeleaf" % "1.6.8"
[io.ktor/ktor-thymeleaf "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 |
org.thymeleaf : thymeleaf | jar | 3.0.15.RELEASE |