GroupId | GroupIdorg.odftoolkit |
---|---|
ArtifactId | ArtifactIdxslt-runner |
Version | Version0.9.0-RC1 |
Type | Typejar |
Filename | Size |
---|---|
xslt-runner-0.9.0-RC1.pom | |
xslt-runner-0.9.0-RC1.jar | 25 KB |
xslt-runner-0.9.0-RC1-sources.jar | 23 KB |
xslt-runner-0.9.0-RC1-javadoc.jar | 70 KB |
xslt-runner-0.9.0-RC1-jar-with-dependencies.jar | 12 MB |
Browse |
<!-- https://jarcasting.com/artifacts/org.odftoolkit/xslt-runner/ -->
<dependency>
<groupId>org.odftoolkit</groupId>
<artifactId>xslt-runner</artifactId>
<version>0.9.0-RC1</version>
</dependency>
// https://jarcasting.com/artifacts/org.odftoolkit/xslt-runner/
implementation 'org.odftoolkit:xslt-runner:0.9.0-RC1'
// https://jarcasting.com/artifacts/org.odftoolkit/xslt-runner/
implementation ("org.odftoolkit:xslt-runner:0.9.0-RC1")
'org.odftoolkit:xslt-runner:jar:0.9.0-RC1'
<dependency org="org.odftoolkit" name="xslt-runner" rev="0.9.0-RC1">
<artifact name="xslt-runner" type="jar" />
</dependency>
@Grapes(
@Grab(group='org.odftoolkit', module='xslt-runner', version='0.9.0-RC1')
)
libraryDependencies += "org.odftoolkit" % "xslt-runner" % "0.9.0-RC1"
[org.odftoolkit/xslt-runner "0.9.0-RC1"]