GroupId | GroupIdcom.github.venkatramanm |
---|---|
ArtifactId | ArtifactIdpoi |
Version | Version1.11 |
Type | Typejar |
Filename | Size |
---|---|
poi-1.11.pom | |
poi-1.11.jar | 9 KB |
poi-1.11-sources.jar | 4 KB |
poi-1.11-javadoc.jar | 43 KB |
Browse |
<!-- 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"]