p

poi-shared-strings

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