i

ij1-patcher

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