MVN

com.imagingbook : imagingbook-parent-pom

Maven & Gradle

Jan 11, 2023
10 stars

com.imagingbook:imagingbook-parent-pom · Parent POM (Project Object Model) for general (non-plugin) imagingbook artifacts. 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-parent-pom</artifactId>
    <version>7.1.0</version>
</dependency>
Copy
pom.xml
Table Of Contents

Latest Version

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

  • Latest Stable: 7.1.0

All Versions

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

Version Vulnerabilities Updated
7.1.x
imagingbook-parent-pom-7.1.0
7.0.x
imagingbook-parent-pom-7.0.0
5.0.x
imagingbook-parent-pom-5.0.0
4.0.x
imagingbook-parent-pom-4.0.0

How to add a POM dependency to Maven

POM as dependency in dependencyManagement

<dependency>
    <groupId>com.imagingbook</groupId>
    <artifactId>imagingbook-parent-pom</artifactId>
    <version>7.1.0</version>
</dependency>