is not current version
Last Version 1.6.8

io.ktor:ktor-html-builder 1.2.1

Ktor is a framework for quickly creating web applications in Kotlin with minimal effort.

GroupId

GroupId

io.ktor
ArtifactId

ArtifactId

ktor-html-builder
Version

Version

1.2.1
Type

Type

jar

Download ktor-html-builder 1.2.1


<!-- https://jarcasting.com/artifacts/io.ktor/ktor-html-builder/ -->
<dependency>
    <groupId>io.ktor</groupId>
    <artifactId>ktor-html-builder</artifactId>
    <version>1.2.1</version>
</dependency>
// https://jarcasting.com/artifacts/io.ktor/ktor-html-builder/
implementation 'io.ktor:ktor-html-builder:1.2.1'
// https://jarcasting.com/artifacts/io.ktor/ktor-html-builder/
implementation ("io.ktor:ktor-html-builder:1.2.1")
'io.ktor:ktor-html-builder:jar:1.2.1'
<dependency org="io.ktor" name="ktor-html-builder" rev="1.2.1">
  <artifact name="ktor-html-builder" type="jar" />
</dependency>
@Grapes(
@Grab(group='io.ktor', module='ktor-html-builder', version='1.2.1')
)
libraryDependencies += "io.ktor" % "ktor-html-builder" % "1.2.1"
[io.ktor/ktor-html-builder "1.2.1"]