Converts bare objects to DOM objects, compatible with htmlparser2's DOM objects.
This is useful when you want to work with DOM without having to compose/parse html.
| License | License | 
|---|---|
| GroupId | GroupIdorg.webjars.npm | 
| ArtifactId | ArtifactIddom-converter | 
| Last Version | Last Version0.2.0 | 
| Release Date | Release Date | 
| Type | Typejar | 
| Description | Descriptiondom-converter WebJar for dom-converter | 
| Project URL | Project URL | 
| Source Code Management | Source Code Management | 
| Filename | Size | 
|---|---|
| dom-converter-0.2.0.pom | |
| dom-converter-0.2.0.jar | 6 KB | 
| dom-converter-0.2.0-sources.jar | 22 bytes | 
| dom-converter-0.2.0-javadoc.jar | 22 bytes | 
| Browse | 
<!-- https://jarcasting.com/artifacts/org.webjars.npm/dom-converter/ -->
<dependency>
    <groupId>org.webjars.npm</groupId>
    <artifactId>dom-converter</artifactId>
    <version>0.2.0</version>
</dependency>// https://jarcasting.com/artifacts/org.webjars.npm/dom-converter/
implementation 'org.webjars.npm:dom-converter:0.2.0'// https://jarcasting.com/artifacts/org.webjars.npm/dom-converter/
implementation ("org.webjars.npm:dom-converter:0.2.0")'org.webjars.npm:dom-converter:jar:0.2.0'<dependency org="org.webjars.npm" name="dom-converter" rev="0.2.0">
  <artifact name="dom-converter" type="jar" />
</dependency>@Grapes(
@Grab(group='org.webjars.npm', module='dom-converter', version='0.2.0')
)libraryDependencies += "org.webjars.npm" % "dom-converter" % "0.2.0"[org.webjars.npm/dom-converter "0.2.0"]| Group / Artifact | Type | Version | 
|---|---|---|
| org.webjars.npm : utila | jar | [0.4,0.5) | 
Converts bare objects to DOM objects, compatible with htmlparser2's DOM objects.
This is useful when you want to work with DOM without having to compose/parse html.