License |
License
MIT
|
---|---|
GroupId | GroupIdcom.github.venkatramanm |
ArtifactId | ArtifactIdpoi |
Last Version | Last Version1.13 |
Release Date | Release Date |
Type | Typejar |
Description |
Descriptionpoi
Commonly used programming tasks in java
|
Project URL |
Project URL |
Filename | Size |
---|---|
poi-1.13.pom | |
poi-1.13.jar | 8 KB |
poi-1.13-sources.jar | 3 KB |
poi-1.13-javadoc.jar | 25 KB |
Browse |
<!-- https://jarcasting.com/artifacts/com.github.venkatramanm/poi/ -->
<dependency>
<groupId>com.github.venkatramanm</groupId>
<artifactId>poi</artifactId>
<version>1.13</version>
</dependency>
// https://jarcasting.com/artifacts/com.github.venkatramanm/poi/
implementation 'com.github.venkatramanm:poi:1.13'
// https://jarcasting.com/artifacts/com.github.venkatramanm/poi/
implementation ("com.github.venkatramanm:poi:1.13")
'com.github.venkatramanm:poi:jar:1.13'
<dependency org="com.github.venkatramanm" name="poi" rev="1.13">
<artifact name="poi" type="jar" />
</dependency>
@Grapes(
@Grab(group='com.github.venkatramanm', module='poi', version='1.13')
)
libraryDependencies += "com.github.venkatramanm" % "poi" % "1.13"
[com.github.venkatramanm/poi "1.13"]
Group / Artifact | Type | Version |
---|---|---|
com.github.venkatramanm : reflection | jar | [1.12,) |
org.apache.poi : poi | jar | [5.2.0,) |
Group / Artifact | Type | Version |
---|---|---|
junit : junit | jar | 4.8.2 |