i

ij1-patcher

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