dom
Reference implementation for Simplified X(HT)ML DOM Interface. For API specification see DOM API.
| License |
License
The Apache License, Version 2.0
|
|---|---|
| Categories |
CategoriesJavaScript Languages |
| GroupId | GroupIdcom.js-lib |
| ArtifactId | ArtifactIdjs-dom |
| Last Version | Last Version1.1.0 |
| Release Date | Release Date |
| Type | Typejar |
| Description |
Descriptionj(s)-lib DOM
Simplified DOM implementation based on W3C DOM
|
| Project URL |
Project URL |
| Source Code Management |
Source Code Management |
| Filename | Size |
|---|---|
| js-dom-1.1.0.pom | |
| js-dom-1.1.0.jar | 75 KB |
| js-dom-1.1.0-sources.jar | 63 KB |
| js-dom-1.1.0-javadoc.jar | 49 KB |
| Browse |
<!-- 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"]
| 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 |
| Group / Artifact | Type | Version |
|---|---|---|
| junit : junit | jar | 4.12 |
Reference implementation for Simplified X(HT)ML DOM Interface. For API specification see DOM API.