| License |
License |
|---|---|
| GroupId | GroupIdch.dvbern.oss.doctemplate |
| ArtifactId | ArtifactIddocument-converter |
| 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 |
|---|---|
| document-converter-4.0.0.pom | |
| document-converter-4.0.0.jar | 7 KB |
| document-converter-4.0.0-sources.jar | 5 KB |
| document-converter-4.0.0-javadoc.jar | 25 KB |
| Browse |
<!-- https://jarcasting.com/artifacts/ch.dvbern.oss.doctemplate/document-converter/ -->
<dependency>
<groupId>ch.dvbern.oss.doctemplate</groupId>
<artifactId>document-converter</artifactId>
<version>4.0.0</version>
</dependency>
// https://jarcasting.com/artifacts/ch.dvbern.oss.doctemplate/document-converter/
implementation 'ch.dvbern.oss.doctemplate:document-converter:4.0.0'
// https://jarcasting.com/artifacts/ch.dvbern.oss.doctemplate/document-converter/
implementation ("ch.dvbern.oss.doctemplate:document-converter:4.0.0")
'ch.dvbern.oss.doctemplate:document-converter:jar:4.0.0'
<dependency org="ch.dvbern.oss.doctemplate" name="document-converter" rev="4.0.0">
<artifact name="document-converter" type="jar" />
</dependency>
@Grapes(
@Grab(group='ch.dvbern.oss.doctemplate', module='document-converter', version='4.0.0')
)
libraryDependencies += "ch.dvbern.oss.doctemplate" % "document-converter" % "4.0.0"
[ch.dvbern.oss.doctemplate/document-converter "4.0.0"]
| Group / Artifact | Type | Version |
|---|---|---|
| commons-logging : commons-logging | jar | 1.2 |
| com.artofsolving : jodconverter | jar | 2.2.2 |
| org.slf4j : slf4j-api | jar | 1.7.32 |
| org.slf4j : slf4j-jdk14 | jar | 1.7.32 |
| Group / Artifact | Type | Version |
|---|---|---|
| junit : junit | jar | 4.13.2 |