MVN

net.sf.mathml : mathml-dom

Maven & Gradle

Mar 29, 2016
1 usages
0 stars

MathML: DOM · MathML DOM API for Java

<dependency>
    <groupId>net.sf.mathml</groupId>
    <artifactId>mathml-dom</artifactId>
    <version>1.0</version>
</dependency>
Copy
pom.xml
Table Of Contents

Latest Version

Choose a version of net.sf.mathml : mathml-dom to add to Maven or Gradle - Latest Versions:

  • Latest Stable: 1.0

All Versions

Choose a version of net.sf.mathml : mathml-dom to add to Maven or Gradle - All Versions:

Version Vulnerabilities Updated
1.0
mathml-dom-1.0

How to add a dependency to Maven

Add the following net.sf.mathml : mathml-dom maven dependency to the pom.xml file with your favorite IDE (IntelliJ / Eclipse / Netbeans):

<dependency>
    <groupId>net.sf.mathml</groupId>
    <artifactId>mathml-dom</artifactId>
    <version>1.0</version>
</dependency>

How to add a dependency to Gradle

Gradle Groovy DSL: Add the following net.sf.mathml : mathml-dom gradle dependency to your build.gradle file:

implementation 'net.sf.mathml:mathml-dom:1.0'

Gradle Kotlin DSL: Add the following net.sf.mathml : mathml-dom gradle kotlin dependency to your build.gradle.kts file:

implementation("net.sf.mathml:mathml-dom:1.0")

How to add a dependency to SBT Scala

SBT Scala: Add the following net.sf.mathml : mathml-dom sbt scala dependency to your build.sbt file:

libraryDependencies += "net.sf.mathml" % "mathml-dom" % "1.0"

Advertisement