GroupId | GroupIdorg.apache.poi |
---|---|
ArtifactId | ArtifactIdpoi-scratchpad |
Version | Version3.15 |
Type | Typejar |
Filename | Size |
---|---|
poi-scratchpad-3.15.pom | |
poi-scratchpad-3.15.jar | 1 MB |
poi-scratchpad-3.15-sources.jar | 1020 KB |
poi-scratchpad-3.15-javadoc.jar | 2 MB |
Browse |
<!-- https://jarcasting.com/artifacts/org.apache.poi/poi-scratchpad/ -->
<dependency>
<groupId>org.apache.poi</groupId>
<artifactId>poi-scratchpad</artifactId>
<version>3.15</version>
</dependency>
// https://jarcasting.com/artifacts/org.apache.poi/poi-scratchpad/
implementation 'org.apache.poi:poi-scratchpad:3.15'
// https://jarcasting.com/artifacts/org.apache.poi/poi-scratchpad/
implementation ("org.apache.poi:poi-scratchpad:3.15")
'org.apache.poi:poi-scratchpad:jar:3.15'
<dependency org="org.apache.poi" name="poi-scratchpad" rev="3.15">
<artifact name="poi-scratchpad" type="jar" />
</dependency>
@Grapes(
@Grab(group='org.apache.poi', module='poi-scratchpad', version='3.15')
)
libraryDependencies += "org.apache.poi" % "poi-scratchpad" % "3.15"
[org.apache.poi/poi-scratchpad "3.15"]