o

openhtmltopdf-mathml-support

Open HTML to PDF is a CSS 2.1 renderer written in Java. This artifact supports drawing MathML graphics on to PDFs using JEuclid.
GNU Lesser General Public License (LGPL), version 2.1 or later
文件下载
文件名 操作
openhtmltopdf-mathml-support-1.0.0.jar 下载
openhtmltopdf-mathml-support-1.0.0.pom 下载
openhtmltopdf-mathml-support-1.0.0-sources.jar 下载
Apache Maven
<dependency>
  <groupId>com.openhtmltopdf</groupId>
  <artifactId>openhtmltopdf-mathml-support</artifactId>
  <version>1.0.0</version>
</dependency>
Gradle Groovy
implementation 'com.openhtmltopdf:openhtmltopdf-mathml-support:1.0.0'
Gradle Kotlin
implementation("com.openhtmltopdf:openhtmltopdf-mathml-support:1.0.0")
Scala SBT
libraryDependencies += "com.openhtmltopdf" % "openhtmltopdf-mathml-support" % "1.0.0"
Groovy Grape
@Grapes(
  @Grab(group='com.openhtmltopdf', module='openhtmltopdf-mathml-support', version='1.0.0')
)
Apache Ivy
<dependency org="com.openhtmltopdf" name="openhtmltopdf-mathml-support" rev="1.0.0" />
Leiningen
[com.openhtmltopdf/openhtmltopdf-mathml-support "1.0.0"]
Apache Buildr
'com.openhtmltopdf:openhtmltopdf-mathml-support:jar:1.0.0'