specification
Used in:
components
- OverviewOverview
- VersionsVersions
- DependentsDependents
- DependenciesDependencies
<dependency> <groupId>net.codelibre</groupId> <artifactId>specification</artifactId> <version>6.0.0</version> </dependency>
<?xml version="1.0" encoding="UTF-8"?> <project xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/xsd/maven-4.0.0.xsd" xmlns="http://maven.apache.org/POM/4.0.0" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"> <modelVersion>4.0.0</modelVersion> <groupId>net.codelibre</groupId> <artifactId>specification</artifactId> <version>6.0.0</version> <name>specification</name> <description>OME imaging metadata model specification</description> <url>https://gitlab.com/codelibre/ome-model</url> <licenses> <license> <name>Simplified BSD License</name> <url>https://opensource.org/licenses/BSD-2-Clause</url> </license> </licenses> <developers> <developer> <id>ome</id> <name>The OME Team</name> <email>ome-devel@lists.openmicroscopy.org.uk</email> </developer> <developer> <id>codelibre</id> <name>Codelibre Consulting Limited</name> <email>consulting@codelibre.net</email> </developer> </developers> <contributors> <contributor> <name>Chris Allan</name> </contributor> <contributor> <name>Sébastien Besson</name> </contributor> <contributor> <name>Jean-Marie Burel</name> </contributor> <contributor> <name>Colin Blackburn</name> </contributor> <contributor> <name>Mark Carroll</name> </contributor> <contributor> <name>Helen Flynn</name> </contributor> <contributor> <name>David Gault</name> </contributor> <contributor> <name>Alexander Görtz</name> </contributor> <contributor> <name>Mark Hiner</name> </contributor> <contributor> <name>Simone Leo</name> </contributor> <contributor> <name>Roger Leigh</name> </contributor> <contributor> <name>Melissa Linkert</name> </contributor> <contributor> <name>Josh Moore</name> </contributor> <contributor> <name>Andrew Patterson</name> </contributor> <contributor> <name>Curtis Rueden</name> </contributor> <contributor> <name>Paul van Schayck</name> </contributor> <contributor> <name>Christoph Sommer</name> </contributor> <contributor> <name>Bjoern Thiel</name> </contributor> </contributors> <scm> <connection>scm:git:https://gitlab.com/codelibre/ome-model.git</connection> <developerConnection>scm:git:git@gitlab.com:codelibre/ome-model.git</developerConnection> <url>https://gitlab.com/codelibre/ome-model</url> </scm> <dependencies> <dependency> <groupId>net.codelibre</groupId> <artifactId>ome-xml</artifactId> <version>6.0.0</version> <scope>compile</scope> </dependency> </dependencies> </project>