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