| 组织ID: |
com.formulasearchengine.mathmltools |
| 项目ID: |
mathml-utils |
| 版本: |
2.0.1 |
| 最后修改时间: |
2018-12-26 11:43:46 |
| 包类型: |
jar |
| 标题: |
MathML Utilities |
| 描述: |
Utility classes to work with MathML-XML documents. |
| 大小: |
21.91KB |
|
|
| Maven引入代码: |
<dependency>
<groupId>com.formulasearchengine.mathmltools</groupId>
<artifactId>mathml-utils</artifactId>
<version>2.0.1</version>
</dependency>
|
| Gradle引入代码: |
com.formulasearchengine.mathmltools:mathml-utils:2.0.1
|
| 下载Jar包: |
|
| POM文件内容: |
<?xml version="1.0" encoding="UTF-8"?>
<project xmlns="http://maven.apache.org/POM/4.0.0" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/xsd/maven-4.0.0.xsd">
<modelVersion>4.0.0</modelVersion>
<parent>
<groupId>com.formulasearchengine.mathmltools</groupId>
<artifactId>mathmltools</artifactId>
<version>2.0.1</version>
</parent>
<artifactId>mathml-utils</artifactId>
<name>MathML Utilities</name>
<description>Utility classes to work with MathML-XML documents.</description>
<dependencies>
<!-- HTML4 Unescape for pre-processing latex input -->
<dependency>
<groupId>org.unbescape</groupId>
<artifactId>unbescape</artifactId>
<version>1.1.5.RELEASE</version>
</dependency>
<dependency>
<groupId>commons-io</groupId>
<artifactId>commons-io</artifactId>
<version>${commons.io.version}</version>
</dependency>
</dependencies>
</project>
|
| Jar包内容: |
META-INF/MANIFEST.MF
log4j2.xml
com.formulasearchengine.mathmltools.nativetools.NativeResponse.class
com.formulasearchengine.mathmltools.nativetools.CommandExecutor.class
com.formulasearchengine.mathmltools.utils.reader.ResourceLoader.class
com.formulasearchengine.mathmltools.utils.Utility.class
com.formulasearchengine.mathmltools.utils.mml.ValidCSymbols.class
com.formulasearchengine.mathmltools.utils.mml.CSymbol.class
META-INF/maven/com.formulasearchengine.mathmltools/mathml-utils/pom.xml
META-INF/maven/com.formulasearchengine.mathmltools/mathml-utils/pom.properties
|
| 依赖Jar: |
unbescape-1.1.5.RELEASE.jar
/org.unbescape/unbescape/1.1.5.RELEASE
查看unbescape所有版本文件
commons-io-${commons.io.version}.jar
/commons-io/commons-io/${commons.io.version}
查看commons-io所有版本文件
|