k

kotlinx-html-assembly

A kotlinx.html library provides DSL to build HTML to Writer/Appendable or DOM at JVM and browser (or other JavaScript engine) for better Kotlin programming for Web.
https://github.com/Kotlin/kotlinx.html
The Apache License, Version 2.0
Sergey Mashkov Anton Dmitriev
Files download
File Operation
kotlinx-html-assembly-0.7.3.pom download
Apache Maven
<dependency>
  <groupId>org.jetbrains.kotlinx</groupId>
  <artifactId>kotlinx-html-assembly</artifactId>
  <version>0.7.3</version>
  <type>pom</type>
</dependency>
Gradle Groovy
implementation 'org.jetbrains.kotlinx:kotlinx-html-assembly:0.7.3'
Gradle Kotlin
implementation("org.jetbrains.kotlinx:kotlinx-html-assembly:0.7.3")
Scala SBT
libraryDependencies += "org.jetbrains.kotlinx" % "kotlinx-html-assembly" % "0.7.3"
Groovy Grape
@Grapes(
  @Grab(group='org.jetbrains.kotlinx', module='kotlinx-html-assembly', version='0.7.3')
)
Apache Ivy
<dependency org="org.jetbrains.kotlinx" name="kotlinx-html-assembly" rev="0.7.3" />
Leiningen
[org.jetbrains.kotlinx/kotlinx-html-assembly "0.7.3"]
Apache Buildr
'org.jetbrains.kotlinx:kotlinx-html-assembly:jar:0.7.3'
Dependencies
The project has no third-party dependencies