MVN

org.apache.poi : poi-contrib

Maven & Gradle

Sep 24, 2010
7 usages

Apache POI · Apache POI - Java API To Access Microsoft Format Files

<dependency>
    <groupId>org.apache.poi</groupId>
    <artifactId>poi-contrib</artifactId>
    <version>3.6</version>
</dependency>
Copy
pom.xml
Table Of Contents

Latest Version

Choose a version of org.apache.poi : poi-contrib to add to Maven or Gradle - Latest Versions:

  • Latest Stable: 3.6
  • Latest Beta: 3.7-beta3

All Versions

Choose a version of org.apache.poi : poi-contrib to add to Maven or Gradle - All Versions:

Version Vulnerabilities Updated
3.7
poi-contrib-3.7-beta3
poi-contrib-3.7-beta2
poi-contrib-3.7-beta1
3.6
poi-contrib-3.6
3.5
poi-contrib-3.5-FINAL
poi-contrib-3.5-beta6
poi-contrib-3.5-beta5
poi-contrib-3.5-beta4
poi-contrib-3.5-beta3
poi-contrib-3.5-beta1
3.2
poi-contrib-3.2-FINAL
3.1
poi-contrib-3.1-FINAL
poi-contrib-3.1-beta2
poi-contrib-3.1-beta1
3.0.x
poi-contrib-3.0.2-FINAL
poi-contrib-3.0.2-beta2
poi-contrib-3.0.2-beta1
poi-contrib-3.0.1-FINAL

How to add a dependency to Maven

Add the following org.apache.poi : poi-contrib maven dependency to the pom.xml file with your favorite IDE (IntelliJ / Eclipse / Netbeans):

<dependency>
    <groupId>org.apache.poi</groupId>
    <artifactId>poi-contrib</artifactId>
    <version>3.6</version>
</dependency>

How to add a dependency to Gradle

Gradle Groovy DSL: Add the following org.apache.poi : poi-contrib gradle dependency to your build.gradle file:

implementation 'org.apache.poi:poi-contrib:3.6'

Gradle Kotlin DSL: Add the following org.apache.poi : poi-contrib gradle kotlin dependency to your build.gradle.kts file:

implementation("org.apache.poi:poi-contrib:3.6")

How to add a dependency to SBT Scala

SBT Scala: Add the following org.apache.poi : poi-contrib sbt scala dependency to your build.sbt file:

libraryDependencies += "org.apache.poi" % "poi-contrib" % "3.6"

Advertisement

Dependencies from Group

Sep 09, 2022
2.1k usages
poi
Sep 09, 2022
1.9k usages
Feb 10, 2020
437 usages
Sep 09, 2022
354 usages
Sep 01, 2018
124 usages

Discover Dependencies

Aug 19, 2011
9 usages
Jan 19, 2012
9 usages
Sep 20, 2005
31 usages
Mar 25, 2014
0 stars
Apr 17, 2013
Mar 17, 2014
19 usages
3.5k stars