Categories |
CategoriesLeaf Data Databases |
---|---|
GroupId | GroupIdio.ktor |
ArtifactId | ArtifactIdktor-thymeleaf |
Version | Version1.2.3-rc |
Type | Typejar |
Filename | Size |
---|---|
ktor-thymeleaf-1.2.3-rc.pom | |
ktor-thymeleaf-1.2.3-rc.jar | 12 KB |
ktor-thymeleaf-1.2.3-rc-sources.jar | 2 KB |
ktor-thymeleaf-1.2.3-rc-kdoc.jar | 16 KB |
ktor-thymeleaf-1.2.3-rc-javadoc.jar | 261 bytes |
Browse |
<!-- https://jarcasting.com/artifacts/io.ktor/ktor-thymeleaf/ -->
<dependency>
<groupId>io.ktor</groupId>
<artifactId>ktor-thymeleaf</artifactId>
<version>1.2.3-rc</version>
</dependency>
// https://jarcasting.com/artifacts/io.ktor/ktor-thymeleaf/
implementation 'io.ktor:ktor-thymeleaf:1.2.3-rc'
// https://jarcasting.com/artifacts/io.ktor/ktor-thymeleaf/
implementation ("io.ktor:ktor-thymeleaf:1.2.3-rc")
'io.ktor:ktor-thymeleaf:jar:1.2.3-rc'
<dependency org="io.ktor" name="ktor-thymeleaf" rev="1.2.3-rc">
<artifact name="ktor-thymeleaf" type="jar" />
</dependency>
@Grapes(
@Grab(group='io.ktor', module='ktor-thymeleaf', version='1.2.3-rc')
)
libraryDependencies += "io.ktor" % "ktor-thymeleaf" % "1.2.3-rc"
[io.ktor/ktor-thymeleaf "1.2.3-rc"]