j(s)-lib DOM

Simplified DOM implementation based on W3C DOM

License

License

The Apache License, Version 2.0
Categories

Categories

JavaScript Languages
GroupId

GroupId

com.js-lib
ArtifactId

ArtifactId

js-dom
Last Version

Last Version

1.1.0
Release Date

Release Date

Type

Type

jar
Description

Description

j(s)-lib DOM
Simplified DOM implementation based on W3C DOM
Project URL

Project URL

https://github.com/js-lib-com/dom
Source Code Management

Source Code Management

https://github.com/js-lib-com/dom

Download js-dom

How to add to project

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

Dependencies

compile (3)

Group / Artifact Type Version
com.js-lib : js-commons jar 1.3.0
com.js-lib : js-dom-api jar 1.1
net.sourceforge.nekohtml : nekohtml jar 1.9.22

test (1)

Group / Artifact Type Version
junit : junit jar 4.12

Project Modules

There are no modules declared in this project.

dom

Reference implementation for Simplified X(HT)ML DOM Interface. For API specification see DOM API.

com.js-lib

java(script) libraries

Set of APIs and libraries for Java and JavaScript.

Versions

Version
1.1.0
1.0.1
1.0.0