文件下载
文件名 操作
mathml-parent-1.0.pom 下载
Apache Maven
<dependency>
  <groupId>net.sf.mathml</groupId>
  <artifactId>mathml-parent</artifactId>
  <version>1.0</version>
  <type>pom</type>
</dependency>
Gradle Groovy
implementation 'net.sf.mathml:mathml-parent:1.0'
Gradle Kotlin
implementation("net.sf.mathml:mathml-parent:1.0")
Scala SBT
libraryDependencies += "net.sf.mathml" % "mathml-parent" % "1.0"
Groovy Grape
@Grapes(
  @Grab(group='net.sf.mathml', module='mathml-parent', version='1.0')
)
Apache Ivy
<dependency org="net.sf.mathml" name="mathml-parent" rev="1.0" />
Leiningen
[net.sf.mathml/mathml-parent "1.0"]
Apache Buildr
'net.sf.mathml:mathml-parent:jar:1.0'
本项目依赖
该项目无第三方依赖