MVN

com.imagingbook : imagingbook-public

Maven & Gradle

Jan 11, 2023
13 stars

com.imagingbook:imagingbook-public · This is the root project 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-public</artifactId>
    <version>7.1.0</version>
</dependency>
Copy
pom.xml
Table Of Contents

Latest Version

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

  • Latest Stable: 7.1.0

All Versions

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

Version Vulnerabilities Updated
7.1.x
imagingbook-public-7.1.0
7.0.x
imagingbook-public-7.0.0
6.0.x
imagingbook-public-6.0.0

How to add a POM dependency to Maven

POM as dependency in dependencyManagement

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

Advertisement