| Лицензия |
Лицензия
BSD License (3 clause)
|
|---|---|
| Группа | Группаuk.ac.ed.ph.asciimath |
| Идентификатор | Идентификаторasciimath-parser |
| Последняя версия | Последняя версия1.0 |
| Дата | Дата |
| Тип | Типjar |
| Описание |
Описаниеasciimath-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.
|
| Ссылка на сайт |
Ссылка на сайт |
| Организация-разработчик |
Организация-разработчик |
| Имя Файла | Размер |
|---|---|
| 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 |
| Обзор |
<!-- 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"]
| Идентификатор библиотеки | Тип | Версия |
|---|---|---|
| rhino : js | jar | 1.7R2 |
| Идентификатор библиотеки | Тип | Версия |
|---|---|---|
| junit : junit | jar | 4.10 |
| xmlunit : xmlunit | jar | 1.3 |