is not current version
Last Version 3.1.2

cn.javaex:office 2.0.0

Word,Excel tools

GroupId

GroupId

cn.javaex
ArtifactId

ArtifactId

office
Version

Version

2.0.0
Type

Type

jar

Download office 2.0.0


<!-- https://jarcasting.com/artifacts/cn.javaex/office/ -->
<dependency>
    <groupId>cn.javaex</groupId>
    <artifactId>office</artifactId>
    <version>2.0.0</version>
</dependency>
// https://jarcasting.com/artifacts/cn.javaex/office/
implementation 'cn.javaex:office:2.0.0'
// https://jarcasting.com/artifacts/cn.javaex/office/
implementation ("cn.javaex:office:2.0.0")
'cn.javaex:office:jar:2.0.0'
<dependency org="cn.javaex" name="office" rev="2.0.0">
  <artifact name="office" type="jar" />
</dependency>
@Grapes(
@Grab(group='cn.javaex', module='office', version='2.0.0')
)
libraryDependencies += "cn.javaex" % "office" % "2.0.0"
[cn.javaex/office "2.0.0"]