MVN

net.imagej : imagej-maven-plugin

Maven & Gradle

Dec 17, 2021
3 stars

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.

<dependency>
    <groupId>net.imagej</groupId>
    <artifactId>imagej-maven-plugin</artifactId>
    <version>0.7.1</version>
</dependency>
Copy
pom.xml
Table Of Contents

Latest Version

Choose a version of net.imagej : imagej-maven-plugin to add to Maven or Gradle - Latest Versions:

  • Latest Stable: 0.7.1

All Versions

Choose a version of net.imagej : imagej-maven-plugin to add to Maven or Gradle - All Versions:

Version Vulnerabilities Updated
0.7.x
imagej-maven-plugin-0.7.1
imagej-maven-plugin-0.7.0
0.6.x
imagej-maven-plugin-0.6.0
0.5.x
imagej-maven-plugin-0.5.4
imagej-maven-plugin-0.5.3
imagej-maven-plugin-0.5.2
imagej-maven-plugin-0.5.1
imagej-maven-plugin-0.5.0
0.4.x
imagej-maven-plugin-0.4.1

How to add a dependency to Maven

Add the following net.imagej : imagej-maven-plugin maven dependency to the pom.xml file with your favorite IDE (IntelliJ / Eclipse / Netbeans):

<dependency>
    <groupId>net.imagej</groupId>
    <artifactId>imagej-maven-plugin</artifactId>
    <version>0.7.1</version>
</dependency>

How to add a dependency to Gradle

Gradle Groovy DSL: Add the following net.imagej : imagej-maven-plugin gradle dependency to your build.gradle file:

implementation 'net.imagej:imagej-maven-plugin:0.7.1'

Gradle Kotlin DSL: Add the following net.imagej : imagej-maven-plugin gradle kotlin dependency to your build.gradle.kts file:

implementation("net.imagej:imagej-maven-plugin:0.7.1")

How to add a dependency to SBT Scala

SBT Scala: Add the following net.imagej : imagej-maven-plugin sbt scala dependency to your build.sbt file:

libraryDependencies += "net.imagej" % "imagej-maven-plugin" % "0.7.1"

Advertisement

Dependencies from Group

ij
Jun 30, 2023
62 usages
356 stars
May 23, 2023
4 usages
4 stars
Apr 23, 2016
4 usages
20 stars
Oct 24, 2014
3 usages
19 stars
Mar 26, 2014
1 usages
1 stars

Discover Dependencies

Jun 27, 2023
269 stars
Jul 28, 2015
0 stars
Jul 28, 2015
2 usages
0 stars
Jul 28, 2015
1 usages
0 stars
Jul 28, 2015
1 usages
0 stars
Jul 23, 2015
0 stars
Feb 28, 2021
6 stars
Feb 28, 2021
6 stars
Feb 28, 2021
2 usages
6 stars