Skip to content

Latest commit

 

History

History
12 lines (10 loc) · 368 Bytes

File metadata and controls

12 lines (10 loc) · 368 Bytes

SciJava Ops Legacy: An interface between SciJava Ops and ImageJ/ImageJ2

This library provides a bridge between SciJava Ops and ImageJ/ImageJ2. For Maven projects, this library can be used by adding to your pom.xml:

<dependency>
	<groupId>org.scijava</groupId>
	<artifactId>scijava-ops-legacy</artifactId>
	<version>0-SNAPSHOT</version>
</dependency>