Categories |
Categoriesdocx4j Business Logic Libraries Documents Processing |
---|---|
GroupId | GroupIdcom.github.paulcwarren |
ArtifactId | ArtifactIdspring-content-docx4j |
Version | Version1.1.0.M3 |
Type | Typejar |
<!-- https://jarcasting.com/artifacts/com.github.paulcwarren/spring-content-docx4j/ -->
<dependency>
<groupId>com.github.paulcwarren</groupId>
<artifactId>spring-content-docx4j</artifactId>
<version>1.1.0.M3</version>
</dependency>
// https://jarcasting.com/artifacts/com.github.paulcwarren/spring-content-docx4j/
implementation 'com.github.paulcwarren:spring-content-docx4j:1.1.0.M3'
// https://jarcasting.com/artifacts/com.github.paulcwarren/spring-content-docx4j/
implementation ("com.github.paulcwarren:spring-content-docx4j:1.1.0.M3")
'com.github.paulcwarren:spring-content-docx4j:jar:1.1.0.M3'
<dependency org="com.github.paulcwarren" name="spring-content-docx4j" rev="1.1.0.M3">
<artifact name="spring-content-docx4j" type="jar" />
</dependency>
@Grapes(
@Grab(group='com.github.paulcwarren', module='spring-content-docx4j', version='1.1.0.M3')
)
libraryDependencies += "com.github.paulcwarren" % "spring-content-docx4j" % "1.1.0.M3"
[com.github.paulcwarren/spring-content-docx4j "1.1.0.M3"]