License |
License |
---|---|
GroupId | GroupIdorg.openmicroscopy |
ArtifactId | ArtifactIdome-model |
Version | Version6.2.2 |
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-6.2.2.pom | 14 KB |
Browse |
<!-- https://jarcasting.com/artifacts/org.openmicroscopy/ome-model/ -->
<dependency>
<groupId>org.openmicroscopy</groupId>
<artifactId>ome-model</artifactId>
<version>6.2.2</version>
<type>pom</type>
</dependency>
// https://jarcasting.com/artifacts/org.openmicroscopy/ome-model/
implementation 'org.openmicroscopy:ome-model:6.2.2'
// https://jarcasting.com/artifacts/org.openmicroscopy/ome-model/
implementation ("org.openmicroscopy:ome-model:6.2.2")
'org.openmicroscopy:ome-model:pom:6.2.2'
<dependency org="org.openmicroscopy" name="ome-model" rev="6.2.2">
<artifact name="ome-model" type="pom" />
</dependency>
@Grapes(
@Grab(group='org.openmicroscopy', module='ome-model', version='6.2.2')
)
libraryDependencies += "org.openmicroscopy" % "ome-model" % "6.2.2"
[org.openmicroscopy/ome-model "6.2.2"]