i

imagingbook_plugins_extras

ImageJ plugins related to chapters in previous book editions or other publications. This code is part of the imagingbook software suite accompanying the image processing textbooks by W. Burger and M.J. Burge (Springer 2006-2022).
http://www.imagingbook.com
Wilhelm Burger
Files download
File Operation
imagingbook_plugins_extras-5.0.0.jar download
imagingbook_plugins_extras-5.0.0.pom download
imagingbook_plugins_extras-5.0.0-sources.jar download
Apache Maven
<dependency>
  <groupId>com.imagingbook</groupId>
  <artifactId>imagingbook_plugins_extras</artifactId>
  <version>5.0.0</version>
</dependency>
Gradle Groovy
implementation 'com.imagingbook:imagingbook_plugins_extras:5.0.0'
Gradle Kotlin
implementation("com.imagingbook:imagingbook_plugins_extras:5.0.0")
Scala SBT
libraryDependencies += "com.imagingbook" % "imagingbook_plugins_extras" % "5.0.0"
Groovy Grape
@Grapes(
  @Grab(group='com.imagingbook', module='imagingbook_plugins_extras', version='5.0.0')
)
Apache Ivy
<dependency org="com.imagingbook" name="imagingbook_plugins_extras" rev="5.0.0" />
Leiningen
[com.imagingbook/imagingbook_plugins_extras "5.0.0"]
Apache Buildr
'com.imagingbook:imagingbook_plugins_extras:jar:5.0.0'