is not current version
Last Version 1.5

cz.muni.fi.mathml:mathml-converter 1.2

Tool for converting mathematical formulae entered in MathML to their plain text equivalent. For example formula "x + 5" will be converted to "x plus five" and so on.

GroupId

GroupId

cz.muni.fi.mathml
ArtifactId

ArtifactId

mathml-converter
Version

Version

1.2
Type

Type

jar

Download mathml-converter 1.2


<!-- https://jarcasting.com/artifacts/cz.muni.fi.mathml/mathml-converter/ -->
<dependency>
    <groupId>cz.muni.fi.mathml</groupId>
    <artifactId>mathml-converter</artifactId>
    <version>1.2</version>
</dependency>
// https://jarcasting.com/artifacts/cz.muni.fi.mathml/mathml-converter/
implementation 'cz.muni.fi.mathml:mathml-converter:1.2'
// https://jarcasting.com/artifacts/cz.muni.fi.mathml/mathml-converter/
implementation ("cz.muni.fi.mathml:mathml-converter:1.2")
'cz.muni.fi.mathml:mathml-converter:jar:1.2'
<dependency org="cz.muni.fi.mathml" name="mathml-converter" rev="1.2">
  <artifact name="mathml-converter" type="jar" />
</dependency>
@Grapes(
@Grab(group='cz.muni.fi.mathml', module='mathml-converter', version='1.2')
)
libraryDependencies += "cz.muni.fi.mathml" % "mathml-converter" % "1.2"
[cz.muni.fi.mathml/mathml-converter "1.2"]