File tree Expand file tree Collapse file tree 2 files changed +6
-35
lines changed
src/test/kotlin/daggerok/extensions/html/plus Expand file tree Collapse file tree 2 files changed +6
-35
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
@@ -359,10 +365,6 @@ dependencies {
359365</dependencies>
360366----
361367
362- == TODO
363-
364- * publish to mavenCentral
365-
366368== contribution
367369
368370Feel free extend and contribute to add more functionality.
Load Diff This file was deleted.
You can’t perform that action at this time.
0 commit comments