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