GroupId | GroupIdcom.github.pjfanning |
---|---|
ArtifactId | ArtifactIdpoi-shared-strings |
Version | Version1.0.4 |
Type | Typejar |
Filename | Size |
---|---|
poi-shared-strings-1.0.4.pom | |
poi-shared-strings-1.0.4.jar | 7 KB |
poi-shared-strings-1.0.4-sources.jar | 6 KB |
poi-shared-strings-1.0.4-javadoc.jar | 25 KB |
Browse |
<!-- https://jarcasting.com/artifacts/com.github.pjfanning/poi-shared-strings/ -->
<dependency>
<groupId>com.github.pjfanning</groupId>
<artifactId>poi-shared-strings</artifactId>
<version>1.0.4</version>
</dependency>
// https://jarcasting.com/artifacts/com.github.pjfanning/poi-shared-strings/
implementation 'com.github.pjfanning:poi-shared-strings:1.0.4'
// https://jarcasting.com/artifacts/com.github.pjfanning/poi-shared-strings/
implementation ("com.github.pjfanning:poi-shared-strings:1.0.4")
'com.github.pjfanning:poi-shared-strings:jar:1.0.4'
<dependency org="com.github.pjfanning" name="poi-shared-strings" rev="1.0.4">
<artifact name="poi-shared-strings" type="jar" />
</dependency>
@Grapes(
@Grab(group='com.github.pjfanning', module='poi-shared-strings', version='1.0.4')
)
libraryDependencies += "com.github.pjfanning" % "poi-shared-strings" % "1.0.4"
[com.github.pjfanning/poi-shared-strings "1.0.4"]