| License |
License |
|---|---|
| GroupId | GroupIdch.dvbern.oss.doctemplate |
| ArtifactId | ArtifactIdxml-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 |
|---|---|
| xml-engine-4.0.0.pom | |
| xml-engine-4.0.0.jar | 9 KB |
| xml-engine-4.0.0-sources.jar | 6 KB |
| xml-engine-4.0.0-javadoc.jar | 26 KB |
| Browse |
<!-- https://jarcasting.com/artifacts/ch.dvbern.oss.doctemplate/xml-engine/ -->
<dependency>
<groupId>ch.dvbern.oss.doctemplate</groupId>
<artifactId>xml-engine</artifactId>
<version>4.0.0</version>
</dependency>
// https://jarcasting.com/artifacts/ch.dvbern.oss.doctemplate/xml-engine/
implementation 'ch.dvbern.oss.doctemplate:xml-engine:4.0.0'
// https://jarcasting.com/artifacts/ch.dvbern.oss.doctemplate/xml-engine/
implementation ("ch.dvbern.oss.doctemplate:xml-engine:4.0.0")
'ch.dvbern.oss.doctemplate:xml-engine:jar:4.0.0'
<dependency org="ch.dvbern.oss.doctemplate" name="xml-engine" rev="4.0.0">
<artifact name="xml-engine" type="jar" />
</dependency>
@Grapes(
@Grab(group='ch.dvbern.oss.doctemplate', module='xml-engine', version='4.0.0')
)
libraryDependencies += "ch.dvbern.oss.doctemplate" % "xml-engine" % "4.0.0"
[ch.dvbern.oss.doctemplate/xml-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 |