MVN

com.imagingbook : imagingbook-sample-images

Maven & Gradle

Jan 11, 2023
10 stars

com.imagingbook:imagingbook-sample-images · Various sample images used in unit testing and demo programs. 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-sample-images</artifactId>
    <version>7.1.0</version>
</dependency>
Copy
pom.xml
Table Of Contents

Latest Version

Choose a version of com.imagingbook : imagingbook-sample-images to add to Maven or Gradle - Latest Versions:

  • Latest Stable: 7.1.0

All Versions

Choose a version of com.imagingbook : imagingbook-sample-images to add to Maven or Gradle - All Versions:

Version Vulnerabilities Updated
7.1.x
imagingbook-sample-images-7.1.0
7.0.x
imagingbook-sample-images-7.0.0
6.0.x
imagingbook-sample-images-6.0.0
5.0.x
imagingbook-sample-images-5.0.0
4.0.x
imagingbook-sample-images-4.0.0

How to add a dependency to Maven

Add the following com.imagingbook : imagingbook-sample-images maven dependency to the pom.xml file with your favorite IDE (IntelliJ / Eclipse / Netbeans):

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

How to add a dependency to Gradle

Gradle Groovy DSL: Add the following com.imagingbook : imagingbook-sample-images gradle dependency to your build.gradle file:

implementation 'com.imagingbook:imagingbook-sample-images:7.1.0'

Gradle Kotlin DSL: Add the following com.imagingbook : imagingbook-sample-images gradle kotlin dependency to your build.gradle.kts file:

implementation("com.imagingbook:imagingbook-sample-images:7.1.0")

How to add a dependency to SBT Scala

SBT Scala: Add the following com.imagingbook : imagingbook-sample-images sbt scala dependency to your build.sbt file:

libraryDependencies += "com.imagingbook" % "imagingbook-sample-images" % "7.1.0"

Advertisement