https://github.com/ome/omero-model
Gradle project for generating model jar for OMERO
https://github.com/ome/omero-model
component gradle jar library model omero
Last synced: 5 months ago
JSON representation
Gradle project for generating model jar for OMERO
- Host: GitHub
- URL: https://github.com/ome/omero-model
- Owner: ome
- License: gpl-2.0
- Created: 2018-12-11T10:57:55.000Z (over 7 years ago)
- Default Branch: master
- Last Pushed: 2026-01-15T13:25:41.000Z (5 months ago)
- Last Synced: 2026-01-15T17:37:21.511Z (5 months ago)
- Topics: component, gradle, jar, library, model, omero
- Language: Java
- Homepage: https://www.openmicroscopy.org/omero
- Size: 6.7 MB
- Stars: 0
- Watchers: 9
- Forks: 13
- Open Issues: 10
-
Metadata Files:
- Readme: README.md
- License: LICENSE.txt
Awesome Lists containing this project
README
[](https://github.com/ome/omero-model/actions)
# omero-model
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-model
Go to the directory and enter:
gradle build
This will compile, build, test and create a distribution bundle.
## Unit tests
* Run `gradle test`