Last Version

ImageJ Bill of Materials 3.1

SciJava aims to provide an overview of available Java libraries for scientific computing. This POM provides a parent from which participating projects can declare their build configurations. 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-scijava as a parent project need to override the <name>, <description>, <url>, <inceptionYear> <licenses>, <developers>, <organization> and the <scm> sections.

License

License

Categories

Categories

Net ImageJ Business Logic Libraries Computer Vision
GroupId

GroupId

net.imagej
ArtifactId

ArtifactId

bom-imagej
Version

Version

3.1
Type

Type

pom
Description

Description

ImageJ Bill of Materials
SciJava aims to provide an overview of available Java libraries for scientific computing. This POM provides a parent from which participating projects can declare their build configurations. 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-scijava as a parent project need to override the <name>, <description>, <url>, <inceptionYear> <licenses>, <developers>, <organization> and the <scm> sections.
Project Organization

Project Organization

SciJava

Download bom-imagej 3.1

Filename Size
bom-imagej-3.1.pom 7 KB
Browse

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

Dependencies

There are no dependencies for this project. It is a standalone project that does not depend on any other jars.

Project Modules

There are no modules declared in this project.