https://github.com/ome/omero-common
Gradle project containing common utilities for OMERO
https://github.com/ome/omero-common
library omero util
Last synced: 8 months ago
JSON representation
Gradle project containing common utilities for OMERO
- Host: GitHub
- URL: https://github.com/ome/omero-common
- Owner: ome
- License: gpl-2.0
- Created: 2018-12-12T10:25:49.000Z (over 7 years ago)
- Default Branch: master
- Last Pushed: 2025-06-04T08:53:32.000Z (about 1 year ago)
- Last Synced: 2025-10-03T12:35:54.950Z (8 months ago)
- Topics: library, omero, util
- Language: Java
- Size: 1.8 MB
- Stars: 1
- Watchers: 8
- Forks: 11
- Open Issues: 5
-
Metadata Files:
- Readme: README.md
- License: LICENSE.txt
Awesome Lists containing this project
README
[](https://github.com/ome/omero-common/actions)
# omero-common
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-common
Go to the directory and enter:
gradle build
This will compile, build, test and create a distribution bundle.
## Unit tests
* Run `gradle test`