License |
License |
---|---|
Categories |
CategoriesKotlin Languages |
GroupId | GroupIdorg.jetbrains.kotlinx |
ArtifactId | ArtifactIdkotlinx-html-assembly |
Version | Version0.7.3 |
Type | Typejar |
Description |
Descriptionkotlinx.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.
|
Project URL |
Project URL |
Source Code Management |
Source Code Management |
Filename | Size |
---|---|
kotlinx-html-assembly-0.7.3.pom | 1 KB |
kotlinx-html-assembly-0.7.3-webjar.jar | 75 KB |
Browse |
<!-- https://jarcasting.com/artifacts/org.jetbrains.kotlinx/kotlinx-html-assembly/ -->
<dependency>
<groupId>org.jetbrains.kotlinx</groupId>
<artifactId>kotlinx-html-assembly</artifactId>
<version>0.7.3</version>
</dependency>
// https://jarcasting.com/artifacts/org.jetbrains.kotlinx/kotlinx-html-assembly/
implementation 'org.jetbrains.kotlinx:kotlinx-html-assembly:0.7.3'
// https://jarcasting.com/artifacts/org.jetbrains.kotlinx/kotlinx-html-assembly/
implementation ("org.jetbrains.kotlinx:kotlinx-html-assembly:0.7.3")
'org.jetbrains.kotlinx:kotlinx-html-assembly:jar:0.7.3'
<dependency org="org.jetbrains.kotlinx" name="kotlinx-html-assembly" rev="0.7.3">
<artifact name="kotlinx-html-assembly" type="jar" />
</dependency>
@Grapes(
@Grab(group='org.jetbrains.kotlinx', module='kotlinx-html-assembly', version='0.7.3')
)
libraryDependencies += "org.jetbrains.kotlinx" % "kotlinx-html-assembly" % "0.7.3"
[org.jetbrains.kotlinx/kotlinx-html-assembly "0.7.3"]