kotlin-html-dsl

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

License

License

Categories

Categories

Kotlin Languages Dagger Application Layer Libs Dependency Injection
GroupId

GroupId

com.github.daggerok
ArtifactId

ArtifactId

kotlin-html-dsl
Last Version

Last Version

1.0.PLUS
Release Date

Release Date

Type

Type

jar
Description

Description

kotlin-html-dsl
Kotlin HTML DSL: The smallest kotlin extension library you have ever seen!
Project URL

Project URL

https://github.com/daggerok/kotlin-html-dsl
Source Code Management

Source Code Management

https://github.com/daggerok/kotlin-html-dsl/tree/master

Download kotlin-html-dsl

How to add to project

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

Dependencies

compile (1)

Group / Artifact Type Version
org.jetbrains.kotlin : kotlin-reflect jar 1.2.41

test (2)

Group / Artifact Type Version
org.jetbrains.kotlin : kotlin-test jar 1.2.41
org.jetbrains.kotlin : kotlin-test-junit jar 1.2.41

Project Modules

There are no modules declared in this project.

Versions

Version
1.0.PLUS
1.0.DOM
1.0.ALL