m

mathml-utils

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