| License | License | 
|---|---|
| GroupId | GroupIdorg.apache.odftoolkit | 
| ArtifactId | ArtifactIdxslt-runner | 
| Version | Version1.2.4-incubating | 
| Type | Typejar | 
| Description | DescriptionODF XSLT-Runner The Apache ODF Toolkit is a set of Java modules that allow
        programmatic creation, scanning and manipulation of Open Document Format
        (ISO/IEC 26300 == ODF) documents. Unlike other approaches which rely on
        runtime manipulation of heavy-weight editors via an automation
        interface, the ODF Toolkit is lightweight and ideal for server use. | 
| Project Organization | Project Organization | 
<!-- https://jarcasting.com/artifacts/org.apache.odftoolkit/xslt-runner/ -->
<dependency>
    <groupId>org.apache.odftoolkit</groupId>
    <artifactId>xslt-runner</artifactId>
    <version>1.2.4-incubating</version>
</dependency>// https://jarcasting.com/artifacts/org.apache.odftoolkit/xslt-runner/
implementation 'org.apache.odftoolkit:xslt-runner:1.2.4-incubating'// https://jarcasting.com/artifacts/org.apache.odftoolkit/xslt-runner/
implementation ("org.apache.odftoolkit:xslt-runner:1.2.4-incubating")'org.apache.odftoolkit:xslt-runner:jar:1.2.4-incubating'<dependency org="org.apache.odftoolkit" name="xslt-runner" rev="1.2.4-incubating">
  <artifact name="xslt-runner" type="jar" />
</dependency>@Grapes(
@Grab(group='org.apache.odftoolkit', module='xslt-runner', version='1.2.4-incubating')
)libraryDependencies += "org.apache.odftoolkit" % "xslt-runner" % "1.2.4-incubating"[org.apache.odftoolkit/xslt-runner "1.2.4-incubating"]| Group / Artifact | Type | Version | 
|---|---|---|
| org.apache.odftoolkit : odfdom-java | jar | 0.8.11-incubating | 
| xml-apis : xml-apis | jar | 1.3.04 |