GroupId | GroupIdcom.gitee.bodboy |
---|---|
ArtifactId | ArtifactIdpoi-utils |
Version | Version0.0.3-Release |
Type | Typejar |
Filename | Size |
---|---|
poi-utils-0.0.3-Release.pom | |
poi-utils-0.0.3-Release.jar | 44 KB |
poi-utils-0.0.3-Release-sources.jar | 23 KB |
poi-utils-0.0.3-Release-javadoc.jar | 144 KB |
Browse |
<!-- https://jarcasting.com/artifacts/com.gitee.bodboy/poi-utils/ -->
<dependency>
<groupId>com.gitee.bodboy</groupId>
<artifactId>poi-utils</artifactId>
<version>0.0.3-Release</version>
</dependency>
// https://jarcasting.com/artifacts/com.gitee.bodboy/poi-utils/
implementation 'com.gitee.bodboy:poi-utils:0.0.3-Release'
// https://jarcasting.com/artifacts/com.gitee.bodboy/poi-utils/
implementation ("com.gitee.bodboy:poi-utils:0.0.3-Release")
'com.gitee.bodboy:poi-utils:jar:0.0.3-Release'
<dependency org="com.gitee.bodboy" name="poi-utils" rev="0.0.3-Release">
<artifact name="poi-utils" type="jar" />
</dependency>
@Grapes(
@Grab(group='com.gitee.bodboy', module='poi-utils', version='0.0.3-Release')
)
libraryDependencies += "com.gitee.bodboy" % "poi-utils" % "0.0.3-Release"
[com.gitee.bodboy/poi-utils "0.0.3-Release"]