i

imagingbook-plugins-pom

Parent POM for plugin projects that rely on ImageJ's directory setup. 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-plugins-pom-6.0.0.pom download
Apache Maven
<dependency>
  <groupId>com.imagingbook</groupId>
  <artifactId>imagingbook-plugins-pom</artifactId>
  <version>6.0.0</version>
  <type>pom</type>
</dependency>
Gradle Groovy
implementation 'com.imagingbook:imagingbook-plugins-pom:6.0.0'
Gradle Kotlin
implementation("com.imagingbook:imagingbook-plugins-pom:6.0.0")
Scala SBT
libraryDependencies += "com.imagingbook" % "imagingbook-plugins-pom" % "6.0.0"
Groovy Grape
@Grapes(
  @Grab(group='com.imagingbook', module='imagingbook-plugins-pom', version='6.0.0')
)
Apache Ivy
<dependency org="com.imagingbook" name="imagingbook-plugins-pom" rev="6.0.0" />
Leiningen
[com.imagingbook/imagingbook-plugins-pom "6.0.0"]
Apache Buildr
'com.imagingbook:imagingbook-plugins-pom:jar:6.0.0'