Categories |
Categoriesdocx4j Business Logic Libraries Documents Processing |
---|---|
GroupId | GroupIdcom.github.hiwepy |
ArtifactId | ArtifactIddocx4j-template |
Version | Version1.0.0.RELEASE |
Type | Typepom |
Filename | Size |
---|---|
docx4j-template-1.0.0.RELEASE.pom | 27 KB |
Browse |
<!-- https://jarcasting.com/artifacts/com.github.hiwepy/docx4j-template/ -->
<dependency>
<groupId>com.github.hiwepy</groupId>
<artifactId>docx4j-template</artifactId>
<version>1.0.0.RELEASE</version>
<type>pom</type>
</dependency>
// https://jarcasting.com/artifacts/com.github.hiwepy/docx4j-template/
implementation 'com.github.hiwepy:docx4j-template:1.0.0.RELEASE'
// https://jarcasting.com/artifacts/com.github.hiwepy/docx4j-template/
implementation ("com.github.hiwepy:docx4j-template:1.0.0.RELEASE")
'com.github.hiwepy:docx4j-template:pom:1.0.0.RELEASE'
<dependency org="com.github.hiwepy" name="docx4j-template" rev="1.0.0.RELEASE">
<artifact name="docx4j-template" type="pom" />
</dependency>
@Grapes(
@Grab(group='com.github.hiwepy', module='docx4j-template', version='1.0.0.RELEASE')
)
libraryDependencies += "com.github.hiwepy" % "docx4j-template" % "1.0.0.RELEASE"
[com.github.hiwepy/docx4j-template "1.0.0.RELEASE"]