MVN

org.openmicroscopy : ome-poi

Maven & Gradle

Jul 05, 2022
1 usages
0 stars

OME POI · Java API to handle Microsoft OLE 2 Compound Document format (Word, Excel). Based on poi-2.5.1-final-20040804.jar, with bugfixes for OLE v2 and memory efficiency improvements. Used by Bio-Formats for OLE support (cxd, ipw, oib, zvi). Used by VisBio overlays logic for XLS export feature.

<dependency>
    <groupId>org.openmicroscopy</groupId>
    <artifactId>ome-poi</artifactId>
    <version>5.3.7</version>
</dependency>
Copy
pom.xml
Table Of Contents

Latest Version

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

  • Latest Stable: 5.3.7

All Versions

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

Version Vulnerabilities Updated
5.3.x
ome-poi-5.3.7
ome-poi-5.3.6
ome-poi-5.3.5
ome-poi-5.3.4
ome-poi-5.3.3
ome-poi-5.3.2
ome-poi-5.3.1
ome-poi-5.3.0

How to add a dependency to Maven

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

<dependency>
    <groupId>org.openmicroscopy</groupId>
    <artifactId>ome-poi</artifactId>
    <version>5.3.7</version>
</dependency>

How to add a dependency to Gradle

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

implementation 'org.openmicroscopy:ome-poi:5.3.7'

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

implementation("org.openmicroscopy:ome-poi:5.3.7")

How to add a dependency to SBT Scala

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

libraryDependencies += "org.openmicroscopy" % "ome-poi" % "5.3.7"

Advertisement