This repository contains minimal examples of usage of Bio-Formats as a Java library using either Maven or Gradle.
The following are required:
JDK 8 or higher
Maven 3.x (for Maven build)
Gradle (for Gradle build)
From the root directory, run:
mvn
Downloaded files will be stored in the local Maven repository
(~/.m2/repository
by default).
From the root directory, run:
gradle
Downloaded files (including the Gradle distribution itself) will be stored in
the Gradle user home directory (~/.gradle
by default).