License |
License |
---|---|
Categories |
CategoriesNet |
GroupId | GroupIdnet.codelibre |
ArtifactId | ArtifactIdome-model |
Version | Version5.7.0 |
Type | Typepom |
Description |
DescriptionOME Model
Contains the OME imaging metadata model specification, code generator and implementation
|
Project URL |
Project URL |
Project Organization |
Project Organization |
Source Code Management |
Source Code Management |
Filename | Size |
---|---|
ome-model-5.7.0.pom | 14 KB |
Browse |
<!-- https://jarcasting.com/artifacts/net.codelibre/ome-model/ -->
<dependency>
<groupId>net.codelibre</groupId>
<artifactId>ome-model</artifactId>
<version>5.7.0</version>
<type>pom</type>
</dependency>
// https://jarcasting.com/artifacts/net.codelibre/ome-model/
implementation 'net.codelibre:ome-model:5.7.0'
// https://jarcasting.com/artifacts/net.codelibre/ome-model/
implementation ("net.codelibre:ome-model:5.7.0")
'net.codelibre:ome-model:pom:5.7.0'
<dependency org="net.codelibre" name="ome-model" rev="5.7.0">
<artifact name="ome-model" type="pom" />
</dependency>
@Grapes(
@Grab(group='net.codelibre', module='ome-model', version='5.7.0')
)
libraryDependencies += "net.codelibre" % "ome-model" % "5.7.0"
[net.codelibre/ome-model "5.7.0"]