m

mathml-utils

Utility classes to work with MathML-XML documents.
Files download
File Operation
mathml-utils-v2.0.0.jar download
mathml-utils-v2.0.0.pom download
mathml-utils-v2.0.0-sources.jar download
Apache Maven
<dependency>
  <groupId>com.formulasearchengine.mathmltools</groupId>
  <artifactId>mathml-utils</artifactId>
  <version>v2.0.0</version>
</dependency>
Gradle Groovy
implementation 'com.formulasearchengine.mathmltools:mathml-utils:v2.0.0'
Gradle Kotlin
implementation("com.formulasearchengine.mathmltools:mathml-utils:v2.0.0")
Scala SBT
libraryDependencies += "com.formulasearchengine.mathmltools" % "mathml-utils" % "v2.0.0"
Groovy Grape
@Grapes(
  @Grab(group='com.formulasearchengine.mathmltools', module='mathml-utils', version='v2.0.0')
)
Apache Ivy
<dependency org="com.formulasearchengine.mathmltools" name="mathml-utils" rev="v2.0.0" />
Leiningen
[com.formulasearchengine.mathmltools/mathml-utils "v2.0.0"]
Apache Buildr
'com.formulasearchengine.mathmltools:mathml-utils:jar:v2.0.0'