License |
License |
---|---|
GroupId | GroupIdcom.increff.commons |
ArtifactId | ArtifactIdcommons-template |
Last Version | Last Version1.1.0 |
Release Date | Release Date |
Type | Typejar |
Description |
Descriptionincreff-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
|
Project URL |
Project URL |
Source Code Management |
Source Code Management |
Filename | Size |
---|---|
commons-template-1.1.0.pom | |
commons-template-1.1.0.jar | 84 KB |
commons-template-1.1.0-sources.jar | 79 KB |
commons-template-1.1.0-javadoc.jar | 123 KB |
Browse |
<!-- 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"]
Group / Artifact | Type | Version |
---|---|---|
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 |
Group / Artifact | Type | Version |
---|---|---|
junit : junit | jar | 4.12 |