Skip to content

pwall567/dom-kotlin

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

3 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

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

About

Kotlin classes to help with the use of the DOM

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages