| Лицензия |
Лицензия |
|---|---|
| Группа | Группаcom.increff.commons |
| Идентификатор | Идентификаторcommons-template |
| Версия | Версия1.1.0 |
| Тип | Типjar |
| Описание |
Описаниеincreff-commons-template
This library was created for providing templates for various applications such as invoices, manifests etc in
PDF formats. It is extensively used in Assure. It makes use of the Apache Velocity and wkhtmltopdf libraries
for creating templates and formats
|
| Ссылка на сайт |
Ссылка на сайт |
| Система контроля версий |
Система контроля версий |
| Имя Файла | Размер |
|---|---|
| commons-template-1.1.0.pom | |
| commons-template-1.1.0.jar | 87 KB |
| commons-template-1.1.0-sources.jar | 82 KB |
| commons-template-1.1.0-javadoc.jar | 126 KB |
| Обзор |
<!-- https://jarcasting.com/artifacts/com.increff.commons/commons-template/ -->
<dependency>
<groupId>com.increff.commons</groupId>
<artifactId>commons-template</artifactId>
<version>1.1.0</version>
</dependency>
// https://jarcasting.com/artifacts/com.increff.commons/commons-template/
implementation 'com.increff.commons:commons-template:1.1.0'
// https://jarcasting.com/artifacts/com.increff.commons/commons-template/
implementation ("com.increff.commons:commons-template:1.1.0")
'com.increff.commons:commons-template:jar:1.1.0'
<dependency org="com.increff.commons" name="commons-template" rev="1.1.0">
<artifact name="commons-template" type="jar" />
</dependency>
@Grapes(
@Grab(group='com.increff.commons', module='commons-template', version='1.1.0')
)
libraryDependencies += "com.increff.commons" % "commons-template" % "1.1.0"
[com.increff.commons/commons-template "1.1.0"]
| Идентификатор библиотеки | Тип | Версия |
|---|---|---|
| xml-apis : xml-apis | jar | 1.4.01 |
| org.apache.velocity : velocity | jar | 1.7 |
| org.apache.velocity : velocity-tools | jar | 2.0 |
| org.w3c.css : sac | jar | 1.3 |
| commons-io : commons-io | jar | 2.5 |
| net.sf.barcode4j : barcode4j-fop-ext | jar | 2.1 |
| net.sf.barcode4j : barcode4j | jar | 2.1 |
| org.apache.xmlgraphics : fop | jar | 2.1 |
| org.projectlombok : lombok | jar | 1.16.8 |
| Идентификатор библиотеки | Тип | Версия |
|---|---|---|
| junit : junit | jar | 4.12 |