Categories |
CategoriesKotlin Languages Leaf Data Databases ORM |
---|---|
GroupId | GroupIdio.ktor |
ArtifactId | ArtifactIdktor-thymeleaf-kotlinMultiplatform |
Version | Version1.3.0-rc |
Type | Typepom |
Filename | Size |
---|---|
ktor-thymeleaf-kotlinMultiplatform-1.3.0-rc.pom | 1 KB |
Browse |
<!-- https://jarcasting.com/artifacts/io.ktor/ktor-thymeleaf-kotlinMultiplatform/ -->
<dependency>
<groupId>io.ktor</groupId>
<artifactId>ktor-thymeleaf-kotlinMultiplatform</artifactId>
<version>1.3.0-rc</version>
<type>pom</type>
</dependency>
// https://jarcasting.com/artifacts/io.ktor/ktor-thymeleaf-kotlinMultiplatform/
implementation 'io.ktor:ktor-thymeleaf-kotlinMultiplatform:1.3.0-rc'
// https://jarcasting.com/artifacts/io.ktor/ktor-thymeleaf-kotlinMultiplatform/
implementation ("io.ktor:ktor-thymeleaf-kotlinMultiplatform:1.3.0-rc")
'io.ktor:ktor-thymeleaf-kotlinMultiplatform:pom:1.3.0-rc'
<dependency org="io.ktor" name="ktor-thymeleaf-kotlinMultiplatform" rev="1.3.0-rc">
<artifact name="ktor-thymeleaf-kotlinMultiplatform" type="pom" />
</dependency>
@Grapes(
@Grab(group='io.ktor', module='ktor-thymeleaf-kotlinMultiplatform', version='1.3.0-rc')
)
libraryDependencies += "io.ktor" % "ktor-thymeleaf-kotlinMultiplatform" % "1.3.0-rc"
[io.ktor/ktor-thymeleaf-kotlinMultiplatform "1.3.0-rc"]