License |
License |
---|---|
GroupId | GroupIdch.dvbern.oss.doctemplate |
ArtifactId | ArtifactIdodt-engine |
Last Version | Last Version4.0.0 |
Release Date | Release Date |
Type | Typejar |
Description |
DescriptionMerge von Applikationsdaten in ein vordefiniertes Dokumenttemplate.
Aktuell werden die Dokumentformate RTF (Rich Text Format), ODT, DOCX, XML und PDF unterstützt.
|
Project Organization |
Project Organization |
Filename | Size |
---|---|
odt-engine-4.0.0.pom | |
odt-engine-4.0.0.jar | 8 KB |
odt-engine-4.0.0-sources.jar | 6 KB |
odt-engine-4.0.0-javadoc.jar | 30 KB |
Browse |
<!-- https://jarcasting.com/artifacts/ch.dvbern.oss.doctemplate/odt-engine/ -->
<dependency>
<groupId>ch.dvbern.oss.doctemplate</groupId>
<artifactId>odt-engine</artifactId>
<version>4.0.0</version>
</dependency>
// https://jarcasting.com/artifacts/ch.dvbern.oss.doctemplate/odt-engine/
implementation 'ch.dvbern.oss.doctemplate:odt-engine:4.0.0'
// https://jarcasting.com/artifacts/ch.dvbern.oss.doctemplate/odt-engine/
implementation ("ch.dvbern.oss.doctemplate:odt-engine:4.0.0")
'ch.dvbern.oss.doctemplate:odt-engine:jar:4.0.0'
<dependency org="ch.dvbern.oss.doctemplate" name="odt-engine" rev="4.0.0">
<artifact name="odt-engine" type="jar" />
</dependency>
@Grapes(
@Grab(group='ch.dvbern.oss.doctemplate', module='odt-engine', version='4.0.0')
)
libraryDependencies += "ch.dvbern.oss.doctemplate" % "odt-engine" % "4.0.0"
[ch.dvbern.oss.doctemplate/odt-engine "4.0.0"]
Group / Artifact | Type | Version |
---|---|---|
ch.dvbern.oss.doctemplate : common | jar | 4.0.0 |
commons-lang : commons-lang | jar | 2.6 |
Group / Artifact | Type | Version |
---|---|---|
junit : junit | jar | 4.13.2 |