MVN

com.imagingbook : imagingbook-plugins-pom

Maven & Gradle

Dec 01, 2022
10 stars

com.imagingbook:imagingbook-plugins-pom · Parent POM for plugin projects that rely on ImageJ's directory setup. This code is part of the imagingbook software suite accompanying the image processing textbooks by W. Burger and M.J. Burge (Springer 2006-2022).

<dependency>
    <groupId>com.imagingbook</groupId>
    <artifactId>imagingbook-plugins-pom</artifactId>
    <version>6.0.0</version>
</dependency>
Copy
pom.xml
Table Of Contents

Latest Version

Choose a version of com.imagingbook : imagingbook-plugins-pom to add to Maven - Latest Versions:

  • Latest Stable: 6.0.0

All Versions

Choose a version of com.imagingbook : imagingbook-plugins-pom to add to Maven - All Versions:

Version Vulnerabilities Updated
6.0.x
imagingbook-plugins-pom-6.0.0
5.0.x
imagingbook-plugins-pom-5.0.0
4.0.x
imagingbook-plugins-pom-4.0.0

How to add a POM dependency to Maven

POM as dependency in dependencyManagement

<dependency>
    <groupId>com.imagingbook</groupId>
    <artifactId>imagingbook-plugins-pom</artifactId>
    <version>6.0.0</version>
</dependency>