From 6903d8ecf8f40369d3af29d7db2affd27b526fea Mon Sep 17 00:00:00 2001 From: 张洋洋 <10611411+yang-yang-z@user.noreply.gitee.com> Date: 星期五, 10 一月 2025 11:38:36 +0800 Subject: [PATCH] Merge remote-tracking branch 'origin/master' --- pom.xml | 28 ++++++++++++++++++++++++++++ 1 files changed, 28 insertions(+), 0 deletions(-) diff --git a/pom.xml b/pom.xml index 7e38144..7cffb53 100644 --- a/pom.xml +++ b/pom.xml @@ -245,7 +245,35 @@ <artifactId>jna</artifactId> <version>4.2.2</version> </dependency> + + + <!-- zarr --> + <!-- https://mvnrepository.com/artifact/org.janelia.saalfeldlab/n5-zarr --> + <dependency> + <groupId>org.janelia.saalfeldlab</groupId> + <artifactId>n5-zarr</artifactId> + <version>1.3.5</version> + <scope>system</scope> + <systemPath>${project.basedir}/libs/n5-zarr-1.3.5.jar</systemPath> + </dependency> + + <!-- https://mvnrepository.com/artifact/dev.zarr/jzarr --> + <dependency> + <groupId>dev.zarr</groupId> + <artifactId>jzarr</artifactId> + <version>0.4.2</version> + <scope>system</scope> + <systemPath>${project.basedir}/libs/jzarr-0.4.2.jar</systemPath> + </dependency> + + </dependencies> + <repositories> + <repository> + <id>jcenter</id> + <url>https://jcenter.bintray.com/</url> + </repository> + </repositories> <build> <finalName>SimuServer</finalName> <plugins> -- Gitblit v1.9.3