p

pom-imagej

Parent POM for ImageJ-based projects. It ensures that projects all use a compatible build environment, including Java version, as well as versions of dependencies and plugins. Projects wishing to use pom-imagej as a parent project need to override the , , , , , , , , , , and sections.
http://imagej.net/
Simplified BSD License
ImageJ
Curtis Rueden Mark Hiner
文件下载
文件名 操作
pom-imagej-14.6.1.pom 下载
Apache Maven
<dependency>
  <groupId>net.imagej</groupId>
  <artifactId>pom-imagej</artifactId>
  <version>14.6.1</version>
  <type>pom</type>
</dependency>
Gradle Groovy
implementation 'net.imagej:pom-imagej:14.6.1'
Gradle Kotlin
implementation("net.imagej:pom-imagej:14.6.1")
Scala SBT
libraryDependencies += "net.imagej" % "pom-imagej" % "14.6.1"
Groovy Grape
@Grapes(
  @Grab(group='net.imagej', module='pom-imagej', version='14.6.1')
)
Apache Ivy
<dependency org="net.imagej" name="pom-imagej" rev="14.6.1" />
Leiningen
[net.imagej/pom-imagej "14.6.1"]
Apache Buildr
'net.imagej:pom-imagej:jar:14.6.1'