MVN

poi : poi

Maven & Gradle

Jun 30, 2008
60 usages
<dependency>
    <groupId>poi</groupId>
    <artifactId>poi</artifactId>
    <version>3.1-FINAL</version>
</dependency>
Copy
pom.xml
Table Of Contents

Latest Version

Choose a version of poi : poi to add to Maven or Gradle - Latest Versions:

  • Latest Stable: 3.1-FINAL
  • Latest Beta: 3.1-beta2
  • Latest Alpha: 3.0-alpha3

All Versions

Choose a version of poi : poi to add to Maven or Gradle - All Versions:

Version Vulnerabilities Updated
3.1
poi-3.1-FINAL
CVE-2017-12626
poi-3.1-beta2
CVE-2017-12626
poi-3.1-beta1
CVE-2017-12626
3.0.x
poi-3.0.2-FINAL
CVE-2017-12626
poi-3.0.2-beta2
CVE-2017-12626
poi-3.0.2-beta1
CVE-2017-12626
poi-3.0.1-FINAL
CVE-2017-12626
3.0
poi-3.0-FINAL
CVE-2017-12626
poi-3.0-alpha3
CVE-2017-12626
poi-3.0-alpha2
CVE-2017-12626
2.5.x
poi-2.5.1-final-20040804
CVE-2017-12626
poi-2.5.1
CVE-2017-12626
2.5
poi-2.5-final-20040302
CVE-2017-12626
2.0
poi-2.0-final-20040126
CVE-2017-12626
1.8.x
poi-1.8.0-dev-20020919
CVE-2017-12626

How to add a dependency to Maven

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

<dependency>
    <groupId>poi</groupId>
    <artifactId>poi</artifactId>
    <version>3.1-FINAL</version>
</dependency>

How to add a dependency to Gradle

Gradle Groovy DSL: Add the following poi : poi gradle dependency to your build.gradle file:

implementation 'poi:poi:3.1-FINAL'

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

implementation("poi:poi:3.1-FINAL")

How to add a dependency to SBT Scala

SBT Scala: Add the following poi : poi sbt scala dependency to your build.sbt file:

libraryDependencies += "poi" % "poi" % "3.1-FINAL"

Advertisement

Dependencies from Group

poi
Jun 30, 2008
60 usages
Sep 20, 2005
5 usages
Jun 30, 2008
2 usages
Jun 30, 2008
1 usages
Sep 20, 2005
1 usages

Discover Dependencies

Oct 14, 2018
3 usages
317 stars
Mar 02, 2018
4 usages
26 stars
Nov 22, 2016
3 usages
0 stars
Sep 04, 2018
3 usages
0 stars
tvm
Nov 11, 2021
4 usages
Sep 17, 2008
1 usages
Jan 23, 2019
26 usages
1.2k stars