License |
License |
---|---|
GroupId | GroupIdorg.openjax.xml |
ArtifactId | ArtifactIddom |
Version | Version0.9.4 |
Type | Typejar |
Description |
DescriptionOpenJAX XML DOM
Utility functions and convenience patterns specializing in the XML DOM.
|
Project Organization |
Project OrganizationOpenJAX |
Filename | Size |
---|---|
dom-0.9.4.pom | |
dom-0.9.4.jar | 10 KB |
dom-0.9.4-tests.jar | 3 KB |
dom-0.9.4-sources.jar | 8 KB |
dom-0.9.4-javadoc.jar | 37 KB |
Browse |
<!-- https://jarcasting.com/artifacts/org.openjax.xml/dom/ -->
<dependency>
<groupId>org.openjax.xml</groupId>
<artifactId>dom</artifactId>
<version>0.9.4</version>
</dependency>
// https://jarcasting.com/artifacts/org.openjax.xml/dom/
implementation 'org.openjax.xml:dom:0.9.4'
// https://jarcasting.com/artifacts/org.openjax.xml/dom/
implementation ("org.openjax.xml:dom:0.9.4")
'org.openjax.xml:dom:jar:0.9.4'
<dependency org="org.openjax.xml" name="dom" rev="0.9.4">
<artifact name="dom" type="jar" />
</dependency>
@Grapes(
@Grab(group='org.openjax.xml', module='dom', version='0.9.4')
)
libraryDependencies += "org.openjax.xml" % "dom" % "0.9.4"
[org.openjax.xml/dom "0.9.4"]
Group / Artifact | Type | Version |
---|---|---|
org.openjax.xml : schema | jar | 0.9.4 |
org.openjax.xml : api | jar | 0.9.4 |
ch.qos.logback : logback-classic | jar | 1.2.3 |
Group / Artifact | Type | Version |
---|---|---|
junit : junit | jar | 4.12 |
org.mockito : mockito-core | jar | 3.1.0 |