| GroupId | GroupIdorg.apache.odftoolkit | 
|---|---|
| ArtifactId | ArtifactIdxslt-runner-task | 
| Version | Version1.2.3-incubating | 
| Type | Typejar | 
<!-- https://jarcasting.com/artifacts/org.apache.odftoolkit/xslt-runner-task/ -->
<dependency>
    <groupId>org.apache.odftoolkit</groupId>
    <artifactId>xslt-runner-task</artifactId>
    <version>1.2.3-incubating</version>
</dependency>// https://jarcasting.com/artifacts/org.apache.odftoolkit/xslt-runner-task/
implementation 'org.apache.odftoolkit:xslt-runner-task:1.2.3-incubating'// https://jarcasting.com/artifacts/org.apache.odftoolkit/xslt-runner-task/
implementation ("org.apache.odftoolkit:xslt-runner-task:1.2.3-incubating")'org.apache.odftoolkit:xslt-runner-task:jar:1.2.3-incubating'<dependency org="org.apache.odftoolkit" name="xslt-runner-task" rev="1.2.3-incubating">
  <artifact name="xslt-runner-task" type="jar" />
</dependency>@Grapes(
@Grab(group='org.apache.odftoolkit', module='xslt-runner-task', version='1.2.3-incubating')
)libraryDependencies += "org.apache.odftoolkit" % "xslt-runner-task" % "1.2.3-incubating"[org.apache.odftoolkit/xslt-runner-task "1.2.3-incubating"]