License |
License |
---|---|
Categories |
CategoriesJava Languages |
GroupId | GroupIdorg.axsl.org.w3c.dom.mathml |
ArtifactId | ArtifactIdmathml-dom-java |
Last Version | Last Version2.0 |
Release Date | Release Date |
Type | Typejar |
Description |
DescriptionW3C MathML DOM bindings for Java (aXSL build)
The MathML DOM bindings for Java, written by the W3C, distributed
by aXSL.
|
Filename | Size |
---|---|
mathml-dom-java-2.0.pom | |
mathml-dom-java-2.0.jar | 27 KB |
mathml-dom-java-2.0-sources.jar | 22 KB |
mathml-dom-java-2.0-javadoc.jar | 271 KB |
Browse |
<!-- https://jarcasting.com/artifacts/org.axsl.org.w3c.dom.mathml/mathml-dom-java/ -->
<dependency>
<groupId>org.axsl.org.w3c.dom.mathml</groupId>
<artifactId>mathml-dom-java</artifactId>
<version>2.0</version>
</dependency>
// https://jarcasting.com/artifacts/org.axsl.org.w3c.dom.mathml/mathml-dom-java/
implementation 'org.axsl.org.w3c.dom.mathml:mathml-dom-java:2.0'
// https://jarcasting.com/artifacts/org.axsl.org.w3c.dom.mathml/mathml-dom-java/
implementation ("org.axsl.org.w3c.dom.mathml:mathml-dom-java:2.0")
'org.axsl.org.w3c.dom.mathml:mathml-dom-java:jar:2.0'
<dependency org="org.axsl.org.w3c.dom.mathml" name="mathml-dom-java" rev="2.0">
<artifact name="mathml-dom-java" type="jar" />
</dependency>
@Grapes(
@Grab(group='org.axsl.org.w3c.dom.mathml', module='mathml-dom-java', version='2.0')
)
libraryDependencies += "org.axsl.org.w3c.dom.mathml" % "mathml-dom-java" % "2.0"
[org.axsl.org.w3c.dom.mathml/mathml-dom-java "2.0"]