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