MDB Tools (Java port)

Java API to handle Microsoft MDB format (Access). Used by Bio-Formats for Zeiss LSM metadata in MDB files.

License

License

GroupId

GroupId

org.openmicroscopy
ArtifactId

ArtifactId

ome-mdbtools
Last Version

Last Version

5.3.2
Release Date

Release Date

Type

Type

jar
Description

Description

MDB Tools (Java port)
Java API to handle Microsoft MDB format (Access). Used by Bio-Formats for Zeiss LSM metadata in MDB files.
Project URL

Project URL

http://sourceforge.net/forum/message.php?msg_id=2550619
Project Organization

Project Organization

Open Microscopy Environment
Source Code Management

Source Code Management

http://github.com/ome/ome-mdbtools

Download ome-mdbtools

How to add to project

<!-- https://jarcasting.com/artifacts/org.openmicroscopy/ome-mdbtools/ -->
<dependency>
    <groupId>org.openmicroscopy</groupId>
    <artifactId>ome-mdbtools</artifactId>
    <version>5.3.2</version>
</dependency>
// https://jarcasting.com/artifacts/org.openmicroscopy/ome-mdbtools/
implementation 'org.openmicroscopy:ome-mdbtools:5.3.2'
// https://jarcasting.com/artifacts/org.openmicroscopy/ome-mdbtools/
implementation ("org.openmicroscopy:ome-mdbtools:5.3.2")
'org.openmicroscopy:ome-mdbtools:jar:5.3.2'
<dependency org="org.openmicroscopy" name="ome-mdbtools" rev="5.3.2">
  <artifact name="ome-mdbtools" type="jar" />
</dependency>
@Grapes(
@Grab(group='org.openmicroscopy', module='ome-mdbtools', version='5.3.2')
)
libraryDependencies += "org.openmicroscopy" % "ome-mdbtools" % "5.3.2"
[org.openmicroscopy/ome-mdbtools "5.3.2"]

Dependencies

There are no dependencies for this project. It is a standalone project that does not depend on any other jars.

Project Modules

There are no modules declared in this project.

OME MDB Tools

Build Status Maven Central Javadocs

This is a fork of the mdbtools-java project. There are numerous bug fixes, as well as changes to reduce the memory required for large files. There are no dependencies on other components.

More information

For more information, see the MDB Tools web site.

Pull request testing

We welcome pull requests from anyone, but ask that you please verify the following before submitting a pull request:

  • verify that the branch merges cleanly into master
  • verify that the branch compiles using Maven
  • verify that the branch does not use syntax or API specific to Java 1.8+
  • make sure that your commits contain the correct authorship information and, if necessary, a signed-off-by line
  • make sure that the commit messages or pull request comment contains sufficient information for the reviewer(s) to understand what problem was fixed and how to test it
org.openmicroscopy

Open Microscopy Environment

Software and data format standards for management of microscopy image data. Joint project between international private and public research

Versions

Version
5.3.2
5.3.1
5.3.0