We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent cca82cd commit ec1cc5cCopy full SHA for ec1cc5c
1 file changed
pom.xml
@@ -131,6 +131,15 @@
131
<groupId>net.imagej</groupId>
132
<artifactId>imagej-common</artifactId>
133
</dependency>
134
+ <dependency>
135
+ <groupId>net.imagej</groupId>
136
+ <artifactId>imagej-ui-swing</artifactId>
137
+ </dependency>
138
+ <!-- SCIFIO dependencies -->
139
140
+ <groupId>io.scif</groupId>
141
+ <artifactId>scifio</artifactId>
142
143
144
<!-- Test dependencies -->
145
<dependency>
0 commit comments