не последняя версия
Последняя версия 0.0.5-Release

com.gitee.bodboy:poi-utils 0.0.2-Release

this is a util jar about operation excel,word. You can use the encapsulated method to generate Word or Excel on your own

Группа

Группа

com.gitee.bodboy
Идентификатор

Идентификатор

poi-utils
Версия

Версия

0.0.2-Release
Тип

Тип

jar

Скачать poi-utils 0.0.2-Release


<!-- https://jarcasting.com/artifacts/com.gitee.bodboy/poi-utils/ -->
<dependency>
    <groupId>com.gitee.bodboy</groupId>
    <artifactId>poi-utils</artifactId>
    <version>0.0.2-Release</version>
</dependency>
// https://jarcasting.com/artifacts/com.gitee.bodboy/poi-utils/
implementation 'com.gitee.bodboy:poi-utils:0.0.2-Release'
// https://jarcasting.com/artifacts/com.gitee.bodboy/poi-utils/
implementation ("com.gitee.bodboy:poi-utils:0.0.2-Release")
'com.gitee.bodboy:poi-utils:jar:0.0.2-Release'
<dependency org="com.gitee.bodboy" name="poi-utils" rev="0.0.2-Release">
  <artifact name="poi-utils" type="jar" />
</dependency>
@Grapes(
@Grab(group='com.gitee.bodboy', module='poi-utils', version='0.0.2-Release')
)
libraryDependencies += "com.gitee.bodboy" % "poi-utils" % "0.0.2-Release"
[com.gitee.bodboy/poi-utils "0.0.2-Release"]