is not current version
Last Version 17.0.0

net.imagej:pom-imagej 11.4.0

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 <name>, <description>, <url>, <inceptionYear>, <organization>, <licenses>, <developers>, <contributors>, <scm>, <issueManagement> and <ciManagement> sections.

Categories

Categories

Net ImageJ Business Logic Libraries Computer Vision
GroupId

GroupId

net.imagej
ArtifactId

ArtifactId

pom-imagej
Version

Version

11.4.0
Type

Type

pom

Download pom-imagej 11.4.0

Filename Size
pom-imagej-11.4.0.pom 25 KB
Browse

<!-- https://jarcasting.com/artifacts/net.imagej/pom-imagej/ -->
<dependency>
    <groupId>net.imagej</groupId>
    <artifactId>pom-imagej</artifactId>
    <version>11.4.0</version>
    <type>pom</type>
</dependency>
// https://jarcasting.com/artifacts/net.imagej/pom-imagej/
implementation 'net.imagej:pom-imagej:11.4.0'
// https://jarcasting.com/artifacts/net.imagej/pom-imagej/
implementation ("net.imagej:pom-imagej:11.4.0")
'net.imagej:pom-imagej:pom:11.4.0'
<dependency org="net.imagej" name="pom-imagej" rev="11.4.0">
  <artifact name="pom-imagej" type="pom" />
</dependency>
@Grapes(
@Grab(group='net.imagej', module='pom-imagej', version='11.4.0')
)
libraryDependencies += "net.imagej" % "pom-imagej" % "11.4.0"
[net.imagej/pom-imagej "11.4.0"]