Last Version

SciJava Base POM 15.0.1

This POM is a base which SciJava-based projects can extend to inherit helpful build configuration. It ensures that projects all use a compatible build environment, including versions of Maven plugins and Java itself. It does _not_ provide any dependency version management; see org.scijava:pom-scijava for that.

License

License

GroupId

GroupId

org.scijava
ArtifactId

ArtifactId

pom-scijava-base
Version

Version

15.0.1
Type

Type

pom
Description

Description

SciJava Base POM
This POM is a base which SciJava-based projects can extend to inherit helpful build configuration. It ensures that projects all use a compatible build environment, including versions of Maven plugins and Java itself. It does _not_ provide any dependency version management; see org.scijava:pom-scijava for that.
Project URL

Project URL

https://scijava.org/
Project Organization

Project Organization

SciJava
Source Code Management

Source Code Management

https://github.com/scijava/pom-scijava-base

Download pom-scijava-base 15.0.1


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