i

imagingbook-core

Small core library with minimal dependencies. This code is part of the imagingbook software suite accompanying the image processing textbooks by W. Burger and M.J. Burge (Springer 2006-2022).
https://imagingbook.com
Files download
File Operation
imagingbook-core-6.0.0.jar download
imagingbook-core-6.0.0.pom download
imagingbook-core-6.0.0-sources.jar download
Apache Maven
<dependency>
  <groupId>com.imagingbook</groupId>
  <artifactId>imagingbook-core</artifactId>
  <version>6.0.0</version>
</dependency>
Gradle Groovy
implementation 'com.imagingbook:imagingbook-core:6.0.0'
Gradle Kotlin
implementation("com.imagingbook:imagingbook-core:6.0.0")
Scala SBT
libraryDependencies += "com.imagingbook" % "imagingbook-core" % "6.0.0"
Groovy Grape
@Grapes(
  @Grab(group='com.imagingbook', module='imagingbook-core', version='6.0.0')
)
Apache Ivy
<dependency org="com.imagingbook" name="imagingbook-core" rev="6.0.0" />
Leiningen
[com.imagingbook/imagingbook-core "6.0.0"]
Apache Buildr
'com.imagingbook:imagingbook-core:jar:6.0.0'