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
文件下载
文件名 操作
pom-imagej-16.5.0.pom 下载
Apache Maven
<dependency>
  <groupId>net.imagej</groupId>
  <artifactId>pom-imagej</artifactId>
  <version>16.5.0</version>
  <type>pom</type>
</dependency>
Gradle Groovy
implementation 'net.imagej:pom-imagej:16.5.0'
Gradle Kotlin
implementation("net.imagej:pom-imagej:16.5.0")
Scala SBT
libraryDependencies += "net.imagej" % "pom-imagej" % "16.5.0"
Groovy Grape
@Grapes(
  @Grab(group='net.imagej', module='pom-imagej', version='16.5.0')
)
Apache Ivy
<dependency org="net.imagej" name="pom-imagej" rev="16.5.0" />
Leiningen
[net.imagej/pom-imagej "16.5.0"]
Apache Buildr
'net.imagej:pom-imagej:jar:16.5.0'