| License | License | 
|---|---|
| GroupId | GroupIdorg.apache.odftoolkit | 
| ArtifactId | ArtifactIdxslt-runner-task | 
| Version | Version1.2.4-incubating | 
| Type | Typejar | 
| Description | DescriptionODF XSLT-Runner Ant Task 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-task/ -->
<dependency>
    <groupId>org.apache.odftoolkit</groupId>
    <artifactId>xslt-runner-task</artifactId>
    <version>1.2.4-incubating</version>
</dependency>// https://jarcasting.com/artifacts/org.apache.odftoolkit/xslt-runner-task/
implementation 'org.apache.odftoolkit:xslt-runner-task:1.2.4-incubating'// https://jarcasting.com/artifacts/org.apache.odftoolkit/xslt-runner-task/
implementation ("org.apache.odftoolkit:xslt-runner-task:1.2.4-incubating")'org.apache.odftoolkit:xslt-runner-task:jar:1.2.4-incubating'<dependency org="org.apache.odftoolkit" name="xslt-runner-task" rev="1.2.4-incubating">
  <artifact name="xslt-runner-task" type="jar" />
</dependency>@Grapes(
@Grab(group='org.apache.odftoolkit', module='xslt-runner-task', version='1.2.4-incubating')
)libraryDependencies += "org.apache.odftoolkit" % "xslt-runner-task" % "1.2.4-incubating"[org.apache.odftoolkit/xslt-runner-task "1.2.4-incubating"]| Group / Artifact | Type | Version | 
|---|---|---|
| org.apache.odftoolkit : xslt-runner | jar | 1.2.4-incubating | 
| org.apache.ant : ant | jar | 1.8.2 |