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