File tree Expand file tree Collapse file tree 1 file changed +6
-4
lines changed Expand file tree Collapse file tree 1 file changed +6
-4
lines changed Original file line number Diff line number Diff line change @@ -16,6 +16,12 @@ Simplest and small Kotlin HTML DSL library ever. Supports HTML5 standard (and so
1616
1717== installation
1818
19+ there are 3 artifact versions are available:
20+
21+ `1.0.PLUS` - Stateless PLUS API: Operator `+` allow concat two or more siblings in same parent
22+ `1.0.DOM` - Stateful DOM API: function `text` and property `innerHTML`
23+ `1.0.ALL` - Both APIs
24+
1925image:https://www.bintray.com/docs/images/bintray_badge_color.png["kotlin-html-dsl", link="https://bintray.com/daggerok/daggerok/kotlin-html-dsl?source=watch"]
2026
2127.build.gradle
@@ -362,10 +368,6 @@ dependencies {
362368</dependencies>
363369----
364370
365- == TODO
366-
367- * publish to mavenCentral
368-
369371== contribution
370372
371373Feel free extend and contribute to add more functionality.
You can’t perform that action at this time.
0 commit comments