| License |
License
BSD License (3 clause)
|
|---|---|
| GroupId | GroupIduk.ac.ed.ph.asciimath |
| ArtifactId | ArtifactIdasciimath-parser |
| Last Version | Last Version1.0 |
| Release Date | Release Date |
| Type | Typejar |
| Description |
Descriptionasciimath-parser
Java and ECMAScript parser for ASCIIMathML. Contains a trimmed
version of Peter Jipsen's ASCIIMathML.js JavaScript that does only
the raw ASCIIMath parsing code. Also includes a trivial Rhino
wrapper that packages the parser into a simple Java library.
|
| Project URL |
Project URL |
| Project Organization |
Project Organization |
| Filename | Size |
|---|---|
| asciimath-parser-1.0.pom | |
| asciimath-parser-1.0.jar | 18 KB |
| asciimath-parser-1.0-sources.jar | 19 KB |
| asciimath-parser-1.0-javadoc.jar | 19 KB |
| Browse |
<!-- https://jarcasting.com/artifacts/uk.ac.ed.ph.asciimath/asciimath-parser/ -->
<dependency>
<groupId>uk.ac.ed.ph.asciimath</groupId>
<artifactId>asciimath-parser</artifactId>
<version>1.0</version>
</dependency>
// https://jarcasting.com/artifacts/uk.ac.ed.ph.asciimath/asciimath-parser/
implementation 'uk.ac.ed.ph.asciimath:asciimath-parser:1.0'
// https://jarcasting.com/artifacts/uk.ac.ed.ph.asciimath/asciimath-parser/
implementation ("uk.ac.ed.ph.asciimath:asciimath-parser:1.0")
'uk.ac.ed.ph.asciimath:asciimath-parser:jar:1.0'
<dependency org="uk.ac.ed.ph.asciimath" name="asciimath-parser" rev="1.0">
<artifact name="asciimath-parser" type="jar" />
</dependency>
@Grapes(
@Grab(group='uk.ac.ed.ph.asciimath', module='asciimath-parser', version='1.0')
)
libraryDependencies += "uk.ac.ed.ph.asciimath" % "asciimath-parser" % "1.0"
[uk.ac.ed.ph.asciimath/asciimath-parser "1.0"]
| Group / Artifact | Type | Version |
|---|---|---|
| rhino : js | jar | 1.7R2 |
| Group / Artifact | Type | Version |
|---|---|---|
| junit : junit | jar | 4.10 |
| xmlunit : xmlunit | jar | 1.3 |