mirror of
https://github.com/paulscherrerinstitute/ch.psi.imagej.hdf5.git
synced 2025-05-28 22:50:40 +02:00
16 lines
532 B
XML
16 lines
532 B
XML
<project xmlns="http://maven.apache.org/POM/4.0.0" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
|
|
xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/xsd/maven-4.0.0.xsd">
|
|
<modelVersion>4.0.0</modelVersion>
|
|
<groupId>ch.psi</groupId>
|
|
<artifactId>imagej.h5</artifactId>
|
|
<version>0.0.1</version>
|
|
|
|
<dependencies>
|
|
<dependency>
|
|
<groupId>gov.nih.imagej</groupId>
|
|
<artifactId>imagej</artifactId>
|
|
<version>1.46</version>
|
|
<scope>provided</scope>
|
|
</dependency>
|
|
</dependencies>
|
|
</project> |