is not current version
Last Version 6.3.1

org.openmicroscopy:ome-xml 6.0.0-m1

A library for working with OME-XML metadata structures.

GroupId

GroupId

org.openmicroscopy
ArtifactId

ArtifactId

ome-xml
Version

Version

6.0.0-m1
Type

Type

jar

Download ome-xml 6.0.0-m1


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