Last Version

ImgLib2 Bill of Materials 4.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
GroupId

GroupId

net.imglib2
ArtifactId

ArtifactId

bom-imglib2
Version

Version

4.1
Type

Type

pom
Description

Description

ImgLib2 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-imglib2 4.1

Filename Size
bom-imglib2-4.1.pom 5 KB
Browse

<!-- https://jarcasting.com/artifacts/net.imglib2/bom-imglib2/ -->
<dependency>
    <groupId>net.imglib2</groupId>
    <artifactId>bom-imglib2</artifactId>
    <version>4.1</version>
    <type>pom</type>
</dependency>
// https://jarcasting.com/artifacts/net.imglib2/bom-imglib2/
implementation 'net.imglib2:bom-imglib2:4.1'
// https://jarcasting.com/artifacts/net.imglib2/bom-imglib2/
implementation ("net.imglib2:bom-imglib2:4.1")
'net.imglib2:bom-imglib2:pom:4.1'
<dependency org="net.imglib2" name="bom-imglib2" rev="4.1">
  <artifact name="bom-imglib2" type="pom" />
</dependency>
@Grapes(
@Grab(group='net.imglib2', module='bom-imglib2', version='4.1')
)
libraryDependencies += "net.imglib2" % "bom-imglib2" % "4.1"
[net.imglib2/bom-imglib2 "4.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.