https://github.com/ome/omero-romio
Gradle project for the ROMIO library of OMERO
https://github.com/ome/omero-romio
io jar library omero
Last synced: 5 months ago
JSON representation
Gradle project for the ROMIO library of OMERO
- Host: GitHub
- URL: https://github.com/ome/omero-romio
- Owner: ome
- License: gpl-2.0
- Created: 2018-12-12T15:49:08.000Z (over 7 years ago)
- Default Branch: master
- Last Pushed: 2025-08-06T08:36:28.000Z (10 months ago)
- Last Synced: 2025-10-30T00:38:02.374Z (7 months ago)
- Topics: io, jar, library, omero
- Language: Java
- Size: 645 KB
- Stars: 0
- Watchers: 7
- Forks: 13
- Open Issues: 4
-
Metadata Files:
- Readme: README.md
- License: LICENSE.txt
Awesome Lists containing this project
README
[](https://github.com/ome/omero-romio/actions)
# omero-romio
A Gradle project
## Usage
Like any Java project, include the jar into your classpath.
## Build from source
The compilation, testing, launch, and delivery of the application are
automated by means of a Gradle (https://gradle.org/) build file.
In order to perform a build, you need JDK 11 and Gradle 6.x installed. Clone
this GitHub repository:
git clone https://github.com/ome/omero-romio
Go to the directory and enter:
gradle build
This will compile, build, test and create a distribution bundle.
## Unit tests
* Run `gradle test`