How To Install Java Artifact org.apache.poi.poi v3.0-FINAL

org.apache.poi poi 3.0-FINAL

Introduction

In this article, we'll learn how to install Java artifact poi from org.apache.poi group in version 3.0-FINAL. The artifact is available in 62 versions: 5.2.5 5.2.4 5.2.3 5.2.2 5.2.1 5.2.0 5.1.0 5.0.0 4.1.2 4.1.1 4.1.0 4.0.1 4.0.0 3.17-beta1 3.17 3.16-beta2 3.16-beta1 3.16 3.15-beta2 3.15-beta1 3.15 3.14-beta1 3.14 3.13-beta1 3.13 3.12-beta1 3.12 3.11-beta3 3.11-beta2 3.11-beta1 3.11 3.10.1 3.10-beta2 3.10-beta1 3.10-FINAL 3.9 3.8-beta5 3.8-beta4 3.8-beta3 3.8-beta2 3.8-beta1 3.8 3.7-beta3 3.7-beta2 3.7-beta1 3.7 3.6 3.5-beta6 3.5-beta5 3.5-beta4 3.5-beta3 3.5-beta1 3.5-FINAL 3.2-FINAL 3.1-beta2 3.1-beta1 3.1-FINAL 3.0.2-beta2 3.0.2-beta1 3.0.2-FINAL 3.0.1-FINAL 3.0-FINAL The Jakarta POI project has its own website at: http://jakarta.apache.org/poi/. The parent project is: org.apache::apache::4

How To Install Java Artifact org.apache.poi.poi In Version 3.0-FINAL

To install the Jakarta POI artifact in version 3.0-FINAL add the following dependency to your pom.xml file for Maven Project.

The dependency needs to be added in the dependencies section which is located in the main project tag of the pom.xml file. The sample pom.xml file that uses Jakarta POI dependency could look as follows:

Other dependency snippets for Gradle, SBT, Ivy, Grape, Leiningen, and Buildr

Below you can find code snippets for other project build tools like Gradle, SBT, Ivy, Grape, Leiningen, and Buildr.

Compile dependencies (1)