SCIFIO 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.

License

License

GroupId

GroupId

io.scif
ArtifactId

ArtifactId

bom-scifio
Last Version

Last Version

2.3
Release Date

Release Date

Type

Type

pom
Description

Description

SCIFIO 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
Source Code Management

Source Code Management

http://github.com/scifio/pom-scifio

Download bom-scifio

Filename Size
bom-scifio-2.3.pom 4 KB
Browse

How to add to project

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

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.
io.scif

SCIFIO

SCientific Image Format Input & Output: a flexible, extensible framework for image I/O

Versions

Version
2.3
2.2
2.1