i

imagej-maven-plugin

A plugin helping with installing ImageJ 1.x plugins and dependencies. In ImageJ 1.x, .jar files containing an underscore are automatically scanned for classes whose names contain underscores. Every such class is considered to be a plugin. That is not true, however, for jai_codec.jar's classes. Therefore, Fiji introduced the split between plugins/ and jars/, where third-party libraries are expected to live in jars/. ImageJ2 uses the same structure since it is backwards compatible.
http://imagej.net/ImageJ_Maven_plugin
Simplified BSD License
ImageJ
Stefan Helfrich Curtis Rueden
Files download
File Operation
imagej-maven-plugin-0.7.1.jar download
imagej-maven-plugin-0.7.1.pom download
imagej-maven-plugin-0.7.1-sources.jar download
Apache Maven
<dependency>
  <groupId>net.imagej</groupId>
  <artifactId>imagej-maven-plugin</artifactId>
  <version>0.7.1</version>
  <type>maven-plugin</type>
</dependency>
Gradle Groovy
implementation 'net.imagej:imagej-maven-plugin:0.7.1'
Gradle Kotlin
implementation("net.imagej:imagej-maven-plugin:0.7.1")
Scala SBT
libraryDependencies += "net.imagej" % "imagej-maven-plugin" % "0.7.1"
Groovy Grape
@Grapes(
  @Grab(group='net.imagej', module='imagej-maven-plugin', version='0.7.1')
)
Apache Ivy
<dependency org="net.imagej" name="imagej-maven-plugin" rev="0.7.1" />
Leiningen
[net.imagej/imagej-maven-plugin "0.7.1"]
Apache Buildr
'net.imagej:imagej-maven-plugin:jar:0.7.1'