| License |
License |
|---|---|
| Categories |
CategoriesKotlin Languages |
| GroupId | GroupIdorg.jetbrains.kotlinx |
| ArtifactId | ArtifactIdkotlinx-html-assembly |
| Last Version | Last Version0.7.5 |
| Release Date | Release Date |
| 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.5.pom | 1 KB |
| kotlinx-html-assembly-0.7.5-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.5</version>
</dependency>
// https://jarcasting.com/artifacts/org.jetbrains.kotlinx/kotlinx-html-assembly/
implementation 'org.jetbrains.kotlinx:kotlinx-html-assembly:0.7.5'
// https://jarcasting.com/artifacts/org.jetbrains.kotlinx/kotlinx-html-assembly/
implementation ("org.jetbrains.kotlinx:kotlinx-html-assembly:0.7.5")
'org.jetbrains.kotlinx:kotlinx-html-assembly:jar:0.7.5'
<dependency org="org.jetbrains.kotlinx" name="kotlinx-html-assembly" rev="0.7.5">
<artifact name="kotlinx-html-assembly" type="jar" />
</dependency>
@Grapes(
@Grab(group='org.jetbrains.kotlinx', module='kotlinx-html-assembly', version='0.7.5')
)
libraryDependencies += "org.jetbrains.kotlinx" % "kotlinx-html-assembly" % "0.7.5"
[org.jetbrains.kotlinx/kotlinx-html-assembly "0.7.5"]