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.8.3.jar download
ij1-patcher-0.8.3.pom download
ij1-patcher-0.8.3-sources.jar download
Apache Maven
<dependency>
  <groupId>net.imagej</groupId>
  <artifactId>ij1-patcher</artifactId>
  <version>0.8.3</version>
</dependency>
Gradle Groovy
implementation 'net.imagej:ij1-patcher:0.8.3'
Gradle Kotlin
implementation("net.imagej:ij1-patcher:0.8.3")
Scala SBT
libraryDependencies += "net.imagej" % "ij1-patcher" % "0.8.3"
Groovy Grape
@Grapes(
  @Grab(group='net.imagej', module='ij1-patcher', version='0.8.3')
)
Apache Ivy
<dependency org="net.imagej" name="ij1-patcher" rev="0.8.3" />
Leiningen
[net.imagej/ij1-patcher "0.8.3"]
Apache Buildr
'net.imagej:ij1-patcher:jar:0.8.3'