i

ij-launcher

The executable which runs ImageJ. Its purpose is also to make sure that updates downloaded by the ImageJ Updater will be put into place before starting the Java Virtual Machine. It was formerly known as the Fiji launcher.
http://developer.imagej.net/
Simplified BSD License
ImageJ
Johannes Schindelin Curtis Rueden
Files download
File Operation
ij-launcher-2.0.3.pom download
ij-launcher-2.0.3-sources.jar download
Apache Maven
<dependency>
  <groupId>net.imagej</groupId>
  <artifactId>ij-launcher</artifactId>
  <version>2.0.3</version>
  <type>nar</type>
</dependency>
Gradle Groovy
implementation 'net.imagej:ij-launcher:2.0.3'
Gradle Kotlin
implementation("net.imagej:ij-launcher:2.0.3")
Scala SBT
libraryDependencies += "net.imagej" % "ij-launcher" % "2.0.3"
Groovy Grape
@Grapes(
  @Grab(group='net.imagej', module='ij-launcher', version='2.0.3')
)
Apache Ivy
<dependency org="net.imagej" name="ij-launcher" rev="2.0.3" />
Leiningen
[net.imagej/ij-launcher "2.0.3"]
Apache Buildr
'net.imagej:ij-launcher:jar:2.0.3'