-
Notifications
You must be signed in to change notification settings - Fork 0
/
dependencies.txt
40 lines (33 loc) · 878 Bytes
/
dependencies.txt
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
<dependency>
<groupId>net.imagej</groupId>
<artifactId>imagej-legacy</artifactId>
</dependency>
<dependency>
<groupId>net.preibisch</groupId>
<artifactId>BigStitcher</artifactId>
<version>0.1.1</version>
</dependency>
<!-- Bioformats dependencies -->
<dependency>
<groupId>ome</groupId>
<artifactId>bio-formats_plugins</artifactId>
</dependency>
<!-- ImgLib2 dependencies -->
<dependency>
<groupId>net.imglib2</groupId>
<artifactId>imglib2</artifactId>
</dependency>
<!-- ImageJ dependencies -->
<dependency>
<groupId>net.imagej</groupId>
<artifactId>imagej-common</artifactId>
</dependency>
<dependency>
<groupId>net.imagej</groupId>
<artifactId>ij</artifactId>
</dependency>
<!-- SCIFIO dependencies -->
<dependency>
<groupId>io.scif</groupId>
<artifactId>scifio</artifactId>
</dependency>