Dom access in Kotlin

Kotlin classes to help with the use of the DOM

License

License

Categories

Categories

Kotlin Languages Net
GroupId

GroupId

net.pwall.dom
ArtifactId

ArtifactId

dom-kotlin
Last Version

Last Version

0.1.1
Release Date

Release Date

Type

Type

jar
Description

Description

Dom access in Kotlin
Kotlin classes to help with the use of the DOM
Project URL

Project URL

https://github.com/pwall567/dom-kotlin
Source Code Management

Source Code Management

https://github.com/pwall567/dom-kotlin

Download dom-kotlin

How to add to project

<!-- https://jarcasting.com/artifacts/net.pwall.dom/dom-kotlin/ -->
<dependency>
    <groupId>net.pwall.dom</groupId>
    <artifactId>dom-kotlin</artifactId>
    <version>0.1.1</version>
</dependency>
// https://jarcasting.com/artifacts/net.pwall.dom/dom-kotlin/
implementation 'net.pwall.dom:dom-kotlin:0.1.1'
// https://jarcasting.com/artifacts/net.pwall.dom/dom-kotlin/
implementation ("net.pwall.dom:dom-kotlin:0.1.1")
'net.pwall.dom:dom-kotlin:jar:0.1.1'
<dependency org="net.pwall.dom" name="dom-kotlin" rev="0.1.1">
  <artifact name="dom-kotlin" type="jar" />
</dependency>
@Grapes(
@Grab(group='net.pwall.dom', module='dom-kotlin', version='0.1.1')
)
libraryDependencies += "net.pwall.dom" % "dom-kotlin" % "0.1.1"
[net.pwall.dom/dom-kotlin "0.1.1"]

Dependencies

compile (1)

Group / Artifact Type Version
org.jetbrains.kotlin : kotlin-stdlib-jdk8 jar 1.3.50

test (1)

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

Project Modules

There are no modules declared in this project.

dom-kotlin

Kotlin classes to help with the use of the DOM.

This is a work in Progress. See KDoc and tests for more information.

Dependency Specification

The latest version of the library is 0.1.1, and it may be obtained from the Maven Central repository.

Maven

    <dependency>
      <groupId>net.pwall.dom</groupId>
      <artifactId>dom-kotlin</artifactId>
      <version>0.1.1</version>
    </dependency>

Gradle

    implementation 'net.pwall.dom:dom-kotlin:0.1.1'

Gradle (kts)

    implementation("net.pwall.dom:dom-kotlin:0.1.1")

Peter Wall

2020-03-01

Versions

Version
0.1.1
0.1