Skip to content

Commit ccb114c

Browse files
committed
Add transform Ops
1 parent d928a69 commit ccb114c

2 files changed

Lines changed: 412 additions & 0 deletions

File tree

pom.xml

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -101,6 +101,10 @@
101101
<groupId>org.scijava</groupId>
102102
<artifactId>scijava-common</artifactId>
103103
</dependency>
104+
<dependency>
105+
<groupId>net.imglib2</groupId>
106+
<artifactId>imglib2</artifactId>
107+
</dependency>
104108

105109
<!-- Test scope dependencies -->
106110
<dependency>

0 commit comments

Comments
 (0)