i

ij1-patcher

A runtime patcher to introduce extension points into the original ImageJ (1.x). This project offers extension points for use with ImageJ2 and it also offers limited support for headless operations.
https://imagej.net/libs/imagej-legacy
Simplified BSD License
ImageJ
Curtis Rueden
Files download
File Operation
ij1-patcher-1.2.7.jar download
ij1-patcher-1.2.7.pom download
ij1-patcher-1.2.7-sources.jar download
Apache Maven
<dependency>
  <groupId>net.imagej</groupId>
  <artifactId>ij1-patcher</artifactId>
  <version>1.2.7</version>
</dependency>
Gradle Groovy
implementation 'net.imagej:ij1-patcher:1.2.7'
Gradle Kotlin
implementation("net.imagej:ij1-patcher:1.2.7")
Scala SBT
libraryDependencies += "net.imagej" % "ij1-patcher" % "1.2.7"
Groovy Grape
@Grapes(
  @Grab(group='net.imagej', module='ij1-patcher', version='1.2.7')
)
Apache Ivy
<dependency org="net.imagej" name="ij1-patcher" rev="1.2.7" />
Leiningen
[net.imagej/ij1-patcher "1.2.7"]
Apache Buildr
'net.imagej:ij1-patcher:jar:1.2.7'