Categories |
CategoriesKotlin Languages Dagger Application Layer Libs Dependency Injection |
---|---|
GroupId | GroupIdcom.github.daggerok |
ArtifactId | ArtifactIdkotlin-html-dsl |
Version | Version1.0.DOM |
Type | Typejar |
Filename | Size |
---|---|
kotlin-html-dsl-1.0.DOM.pom | |
kotlin-html-dsl-1.0.DOM.jar | 14 KB |
kotlin-html-dsl-1.0.DOM-sources.jar | 739 bytes |
kotlin-html-dsl-1.0.DOM-javadoc.jar | 261 bytes |
kotlin-html-dsl-1.0.DOM-1.8.jar | 14 KB |
kotlin-html-dsl-1.0.DOM-1.8-sources.jar | 739 bytes |
Browse |
<!-- 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"]