p

pom-scijava

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