MVN

org.jetbrains.kotlinx : kotlinx-html-assembly

Maven & Gradle

Nov 02, 2022
1.5k stars

kotlinx.html · 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.

<dependency>
    <groupId>org.jetbrains.kotlinx</groupId>
    <artifactId>kotlinx-html-assembly</artifactId>
    <version>0.8.0</version>
</dependency>
Copy
pom.xml
Table Of Contents

Latest Version

Choose a version of org.jetbrains.kotlinx : kotlinx-html-assembly to add to Maven - Latest Versions:

  • Latest Stable: 0.8.0

All Versions

Choose a version of org.jetbrains.kotlinx : kotlinx-html-assembly to add to Maven - All Versions:

Version Vulnerabilities Updated
0.8.x
kotlinx-html-assembly-0.8.0
0.7.x
kotlinx-html-assembly-0.7.5
kotlinx-html-assembly-0.7.4
kotlinx-html-assembly-0.7.3

How to add a POM dependency to Maven

POM as dependency in dependencyManagement

<dependency>
    <groupId>org.jetbrains.kotlinx</groupId>
    <artifactId>kotlinx-html-assembly</artifactId>
    <version>0.8.0</version>
</dependency>