License |
License |
---|---|
GroupId | GroupIdcz.muni.fi.mathml |
ArtifactId | ArtifactIdmathml-converter |
Version | Version1.5 |
Type | Typejar |
Description |
DescriptionMathMLConverter
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.
|
Project URL |
Project URL |
Filename | Size |
---|---|
mathml-converter-1.5.pom | |
mathml-converter-1.5.jar | 241 KB |
mathml-converter-1.5-sources.jar | 198 KB |
mathml-converter-1.5-javadoc.jar | 266 KB |
mathml-converter-1.5-jar-with-dependencies.jar | 3 MB |
Browse |
<!-- https://jarcasting.com/artifacts/cz.muni.fi.mathml/mathml-converter/ -->
<dependency>
<groupId>cz.muni.fi.mathml</groupId>
<artifactId>mathml-converter</artifactId>
<version>1.5</version>
</dependency>
// https://jarcasting.com/artifacts/cz.muni.fi.mathml/mathml-converter/
implementation 'cz.muni.fi.mathml:mathml-converter:1.5'
// https://jarcasting.com/artifacts/cz.muni.fi.mathml/mathml-converter/
implementation ("cz.muni.fi.mathml:mathml-converter:1.5")
'cz.muni.fi.mathml:mathml-converter:jar:1.5'
<dependency org="cz.muni.fi.mathml" name="mathml-converter" rev="1.5">
<artifact name="mathml-converter" type="jar" />
</dependency>
@Grapes(
@Grab(group='cz.muni.fi.mathml', module='mathml-converter', version='1.5')
)
libraryDependencies += "cz.muni.fi.mathml" % "mathml-converter" % "1.5"
[cz.muni.fi.mathml/mathml-converter "1.5"]
Group / Artifact | Type | Version |
---|---|---|
cz.muni.fi.mir : mathml-canonicalizer | jar | 0.1 |
com.google.code.findbugs : annotations | jar | 2.0.1 |
org.apache.commons : commons-lang3 | jar | 3.1 |
org.slf4j : slf4j-api | jar | 1.6.6 |
com.google.collections : google-collections | jar | 1.0 |
joda-time : joda-time | jar | 2.1 |
commons-cli : commons-cli | jar | 1.2 |
org.jdom : jdom2 | jar | 2.0.5 |
org.codehaus.woodstox : woodstox-core-asl | jar | 4.2.0 |
org.codehaus.woodstox : woodstox-core-lgpl | jar | 4.2.0 |
org.codehaus.woodstox : stax2-api | jar | 3.1.1 |
com.fasterxml : aalto-xml | jar | 0.9.8 |
Group / Artifact | Type | Version |
---|---|---|
ch.qos.logback : logback-classic | jar | 1.0.6 |