is not current version
Last Version 1.13

com.github.venkatramanm:poi 1.11

Commonly used programming tasks in java

GroupId

GroupId

com.github.venkatramanm
ArtifactId

ArtifactId

poi
Version

Version

1.11
Type

Type

jar

Download poi 1.11


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