is not current version
Last Version 6.3.1

org.openmicroscopy:specification 6.0.0-m1

The OME Data Model specification

GroupId

GroupId

org.openmicroscopy
ArtifactId

ArtifactId

specification
Version

Version

6.0.0-m1
Type

Type

jar

Download specification 6.0.0-m1


<!-- https://jarcasting.com/artifacts/org.openmicroscopy/specification/ -->
<dependency>
    <groupId>org.openmicroscopy</groupId>
    <artifactId>specification</artifactId>
    <version>6.0.0-m1</version>
</dependency>
// https://jarcasting.com/artifacts/org.openmicroscopy/specification/
implementation 'org.openmicroscopy:specification:6.0.0-m1'
// https://jarcasting.com/artifacts/org.openmicroscopy/specification/
implementation ("org.openmicroscopy:specification:6.0.0-m1")
'org.openmicroscopy:specification:jar:6.0.0-m1'
<dependency org="org.openmicroscopy" name="specification" rev="6.0.0-m1">
  <artifact name="specification" type="jar" />
</dependency>
@Grapes(
@Grab(group='org.openmicroscopy', module='specification', version='6.0.0-m1')
)
libraryDependencies += "org.openmicroscopy" % "specification" % "6.0.0-m1"
[org.openmicroscopy/specification "6.0.0-m1"]