p

poi-shared-strings

Memory efficient Shared Strings Table implementation for POI streaming
https://github.com/pjfanning/poi-shared-strings
The Apache Software License, Version 2.0
PJ Fanning
文件下载
文件名 操作
poi-shared-strings-1.0.4.jar 下载
poi-shared-strings-1.0.4.pom 下载
poi-shared-strings-1.0.4-sources.jar 下载
Apache Maven
<dependency>
  <groupId>com.github.pjfanning</groupId>
  <artifactId>poi-shared-strings</artifactId>
  <version>1.0.4</version>
</dependency>
Gradle Groovy
implementation 'com.github.pjfanning:poi-shared-strings:1.0.4'
Gradle Kotlin
implementation("com.github.pjfanning:poi-shared-strings:1.0.4")
Scala SBT
libraryDependencies += "com.github.pjfanning" % "poi-shared-strings" % "1.0.4"
Groovy Grape
@Grapes(
  @Grab(group='com.github.pjfanning', module='poi-shared-strings', version='1.0.4')
)
Apache Ivy
<dependency org="com.github.pjfanning" name="poi-shared-strings" rev="1.0.4" />
Leiningen
[com.github.pjfanning/poi-shared-strings "1.0.4"]
Apache Buildr
'com.github.pjfanning:poi-shared-strings:jar:1.0.4'