webPDF ant-task

webPDF client library for using SOAP web services via an Ant task.

Лицензия

Лицензия

Категории

Категории

Ant Компиляция и сборка Сеть PDF Данные
Группа

Группа

net.webpdf
Идентификатор

Идентификатор

webpdf-ant
Последняя версия

Последняя версия

2.0.0
Дата

Дата

Тип

Тип

jar
Описание

Описание

webPDF ant-task
webPDF client library for using SOAP web services via an Ant task.
Ссылка на сайт

Ссылка на сайт

https://www.webpdf.de
Организация-разработчик

Организация-разработчик

SoftVision Development GmbH, Fulda, Germany
Система контроля версий

Система контроля версий

https://github.com/softvision-dev/webpdf-ant

Скачать webpdf-ant

Как подключить последнюю версию

<!-- https://jarcasting.com/artifacts/net.webpdf/webpdf-ant/ -->
<dependency>
    <groupId>net.webpdf</groupId>
    <artifactId>webpdf-ant</artifactId>
    <version>2.0.0</version>
</dependency>
// https://jarcasting.com/artifacts/net.webpdf/webpdf-ant/
implementation 'net.webpdf:webpdf-ant:2.0.0'
// https://jarcasting.com/artifacts/net.webpdf/webpdf-ant/
implementation ("net.webpdf:webpdf-ant:2.0.0")
'net.webpdf:webpdf-ant:jar:2.0.0'
<dependency org="net.webpdf" name="webpdf-ant" rev="2.0.0">
  <artifact name="webpdf-ant" type="jar" />
</dependency>
@Grapes(
@Grab(group='net.webpdf', module='webpdf-ant', version='2.0.0')
)
libraryDependencies += "net.webpdf" % "webpdf-ant" % "2.0.0"
[net.webpdf/webpdf-ant "2.0.0"]

Зависимости

compile (10)

Идентификатор библиотеки Тип Версия
org.jetbrains : annotations jar 17.0.0
org.apache.httpcomponents : httpclient jar 4.5.7
org.apache.httpcomponents : httpmime jar 4.5.7
commons-io : commons-io jar 2.6
org.apache.commons : commons-lang3 jar 3.8.1
com.google.code.gson : gson jar 2.8.5
com.sun.xml.security : xml-security-impl jar 1.0
org.apache.ant : ant jar 1.9.5
ant-contrib : ant-contrib jar 1.0b3
net.webpdf : webpdf-wsclient jar 2.0.0

test (2)

Идентификатор библиотеки Тип Версия
junit : junit jar 4.12
pl.pragmatists : JUnitParams jar 1.1.1

Модули Проекта

Данный проект не имеет модулей.

webPDF Ant task

This repository defines an Ant task, which can be used to call the webPDF SOAP webservices directly from an Ant build file.

webPDF Logo

webPDF is a commercial multi-platform server solution for creating and processing PDF documents. To use the webPDF Ant tasks, a running webPDF installation is required. A demo version as Windows installation, Linux package or as a virtual machine can be downloaded from the product page.

Note: Unless otherwise marked, the following is based on webPDF version 8 or newer.

Download

You can use this library, by adding this dependency to your project:

<!-- https://mvnrepository.com/artifact/net.webpdf/webpdf-ant -->
<dependency>
    <groupId>net.webpdf</groupId>
    <artifactId>webpdf-ant</artifactId>
    <version>2.0.0</version>
</dependency>

Usage

You will find some usage examples and a description of the hereby defined Ant tasks in the wiki.

Documentation

Have a look at our wiki for examples and details.

Development and support

If you have any questions on how to use webPDF, or this library, or have ideas for future development, please get in touch via our product homepage.

If you find any issues, please file a bug after checking for duplicates or create a pull request.

More help

Learn even more about our product in our webPDF Documentation.

License

Please, see the license file for more information.

Changes

The current version 2.0.0 is optimized for webPDF version 8. When using webPDF 7 you might prefer the version 1.0.0 of this library. You might want to have a look at the changes file for further information.

net.webpdf

SoftVision Development GmbH

Версии библиотеки

Версия
2.0.0
1.0.0