d

docx4j-openxml-objects-pml

Our JAXB representation of OpenXML Presentation Markup Language (pml)
http://www.docx4java.org/docx4j-openxml-objects-pml/
Apache 2
Jason Harrop
Files download
File Operation
docx4j-openxml-objects-pml-11.4.11.jar download
docx4j-openxml-objects-pml-11.4.11.pom download
docx4j-openxml-objects-pml-11.4.11-sources.jar download
Apache Maven
<dependency>
  <groupId>io.github.longyg</groupId>
  <artifactId>docx4j-openxml-objects-pml</artifactId>
  <version>11.4.11</version>
</dependency>
Gradle Groovy
implementation 'io.github.longyg:docx4j-openxml-objects-pml:11.4.11'
Gradle Kotlin
implementation("io.github.longyg:docx4j-openxml-objects-pml:11.4.11")
Scala SBT
libraryDependencies += "io.github.longyg" % "docx4j-openxml-objects-pml" % "11.4.11"
Groovy Grape
@Grapes(
  @Grab(group='io.github.longyg', module='docx4j-openxml-objects-pml', version='11.4.11')
)
Apache Ivy
<dependency org="io.github.longyg" name="docx4j-openxml-objects-pml" rev="11.4.11" />
Leiningen
[io.github.longyg/docx4j-openxml-objects-pml "11.4.11"]
Apache Buildr
'io.github.longyg:docx4j-openxml-objects-pml:jar:11.4.11'