GroupId | GroupIdio.ktor |
---|---|
ArtifactId | ArtifactIdktor-html-builder |
Version | Version1.2.0-rc2 |
Type | Typejar |
Filename | Size |
---|---|
ktor-html-builder-1.2.0-rc2.pom | |
ktor-html-builder-1.2.0-rc2.jar | 18 KB |
ktor-html-builder-1.2.0-rc2-sources.jar | 2 KB |
ktor-html-builder-1.2.0-rc2-kdoc.jar | 29 KB |
ktor-html-builder-1.2.0-rc2-javadoc.jar | 261 bytes |
Browse |
<!-- https://jarcasting.com/artifacts/io.ktor/ktor-html-builder/ -->
<dependency>
<groupId>io.ktor</groupId>
<artifactId>ktor-html-builder</artifactId>
<version>1.2.0-rc2</version>
</dependency>
// https://jarcasting.com/artifacts/io.ktor/ktor-html-builder/
implementation 'io.ktor:ktor-html-builder:1.2.0-rc2'
// https://jarcasting.com/artifacts/io.ktor/ktor-html-builder/
implementation ("io.ktor:ktor-html-builder:1.2.0-rc2")
'io.ktor:ktor-html-builder:jar:1.2.0-rc2'
<dependency org="io.ktor" name="ktor-html-builder" rev="1.2.0-rc2">
<artifact name="ktor-html-builder" type="jar" />
</dependency>
@Grapes(
@Grab(group='io.ktor', module='ktor-html-builder', version='1.2.0-rc2')
)
libraryDependencies += "io.ktor" % "ktor-html-builder" % "1.2.0-rc2"
[io.ktor/ktor-html-builder "1.2.0-rc2"]