is not current version
Last Version 1.1.0

com.increff.commons:commons-template 1.0.6

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

GroupId

GroupId

com.increff.commons
ArtifactId

ArtifactId

commons-template
Version

Version

1.0.6
Type

Type

jar

Download commons-template 1.0.6


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