| Лицензия |
Лицензия |
|---|---|
| Группа | Группаorg.odftoolkit |
| Идентификатор | Идентификаторxslt-runner |
| Версия | Версия1.0.0-BETA1 |
| Тип | Типjar |
| Описание |
ОписаниеODF XSLT-Runner
The 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.
|
| Организация-разработчик |
Организация-разработчик |
| Имя Файла | Размер |
|---|---|
| xslt-runner-1.0.0-BETA1.pom | |
| xslt-runner-1.0.0-BETA1.jar | 27 KB |
| xslt-runner-1.0.0-BETA1-sources.jar | 25 KB |
| xslt-runner-1.0.0-BETA1-javadoc.jar | 444 KB |
| xslt-runner-1.0.0-BETA1-jar-with-dependencies.jar | 23 MB |
| Обзор |
<!-- https://jarcasting.com/artifacts/org.odftoolkit/xslt-runner/ -->
<dependency>
<groupId>org.odftoolkit</groupId>
<artifactId>xslt-runner</artifactId>
<version>1.0.0-BETA1</version>
</dependency>
// https://jarcasting.com/artifacts/org.odftoolkit/xslt-runner/
implementation 'org.odftoolkit:xslt-runner:1.0.0-BETA1'
// https://jarcasting.com/artifacts/org.odftoolkit/xslt-runner/
implementation ("org.odftoolkit:xslt-runner:1.0.0-BETA1")
'org.odftoolkit:xslt-runner:jar:1.0.0-BETA1'
<dependency org="org.odftoolkit" name="xslt-runner" rev="1.0.0-BETA1">
<artifact name="xslt-runner" type="jar" />
</dependency>
@Grapes(
@Grab(group='org.odftoolkit', module='xslt-runner', version='1.0.0-BETA1')
)
libraryDependencies += "org.odftoolkit" % "xslt-runner" % "1.0.0-BETA1"
[org.odftoolkit/xslt-runner "1.0.0-BETA1"]
| Идентификатор библиотеки | Тип | Версия |
|---|---|---|
| org.odftoolkit : odfdom-java | jar | 1.0.0-BETA1 |
| xml-apis : xml-apis | jar | 1.4.01 |