p

pom-scijava-base

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.
http://www.scijava.org/
CC0 1.0 Universal License
SciJava
Curtis Rueden
Files download
File Operation
pom-scijava-base-4.0.0.pom download
Apache Maven
<dependency>
  <groupId>org.scijava</groupId>
  <artifactId>pom-scijava-base</artifactId>
  <version>4.0.0</version>
  <type>pom</type>
</dependency>
Gradle Groovy
implementation 'org.scijava:pom-scijava-base:4.0.0'
Gradle Kotlin
implementation("org.scijava:pom-scijava-base:4.0.0")
Scala SBT
libraryDependencies += "org.scijava" % "pom-scijava-base" % "4.0.0"
Groovy Grape
@Grapes(
  @Grab(group='org.scijava', module='pom-scijava-base', version='4.0.0')
)
Apache Ivy
<dependency org="org.scijava" name="pom-scijava-base" rev="4.0.0" />
Leiningen
[org.scijava/pom-scijava-base "4.0.0"]
Apache Buildr
'org.scijava:pom-scijava-base:jar:4.0.0'
Dependencies
The project has no third-party dependencies