is not current version
Last Version 1.0.PLUS

com.github.daggerok:kotlin-html-dsl 1.0.DOM

Kotlin HTML DSL: The smallest kotlin extension library you have ever seen!

Categories

Categories

Kotlin Languages Dagger Application Layer Libs Dependency Injection
GroupId

GroupId

com.github.daggerok
ArtifactId

ArtifactId

kotlin-html-dsl
Version

Version

1.0.DOM
Type

Type

jar

Download kotlin-html-dsl 1.0.DOM


<!-- https://jarcasting.com/artifacts/com.github.daggerok/kotlin-html-dsl/ -->
<dependency>
    <groupId>com.github.daggerok</groupId>
    <artifactId>kotlin-html-dsl</artifactId>
    <version>1.0.DOM</version>
</dependency>
// https://jarcasting.com/artifacts/com.github.daggerok/kotlin-html-dsl/
implementation 'com.github.daggerok:kotlin-html-dsl:1.0.DOM'
// https://jarcasting.com/artifacts/com.github.daggerok/kotlin-html-dsl/
implementation ("com.github.daggerok:kotlin-html-dsl:1.0.DOM")
'com.github.daggerok:kotlin-html-dsl:jar:1.0.DOM'
<dependency org="com.github.daggerok" name="kotlin-html-dsl" rev="1.0.DOM">
  <artifact name="kotlin-html-dsl" type="jar" />
</dependency>
@Grapes(
@Grab(group='com.github.daggerok', module='kotlin-html-dsl', version='1.0.DOM')
)
libraryDependencies += "com.github.daggerok" % "kotlin-html-dsl" % "1.0.DOM"
[com.github.daggerok/kotlin-html-dsl "1.0.DOM"]