MVN

net.sourceforge.novaforjava : novaforjava

Maven & Gradle

Aug 15, 2014

libnova for Java · novaforjava is a general purpose, double precision, Celestial Mechanics, Astrometry and Astrodynamics library. The intended audience of libnova is java programmers, astronomers and anyone else interested in calculating positions of astronomical objects or celestial mechanics. It is a 1:1 port of libnova c-library with is the calculation engine used by the Nova project.

<dependency>
    <groupId>net.sourceforge.novaforjava</groupId>
    <artifactId>novaforjava</artifactId>
    <version>0.15.0.0</version>
</dependency>
Copy
pom.xml
Table Of Contents

Latest Version

Choose a version of net.sourceforge.novaforjava : novaforjava to add to Maven or Gradle - Latest Versions:

  • Latest Stable: 0.15.0.0

All Versions

Choose a version of net.sourceforge.novaforjava : novaforjava to add to Maven or Gradle - All Versions:

Version Vulnerabilities Updated
0.15.x
novaforjava-0.15.0.0

How to add a dependency to Maven

Add the following net.sourceforge.novaforjava : novaforjava maven dependency to the pom.xml file with your favorite IDE (IntelliJ / Eclipse / Netbeans):

<dependency>
    <groupId>net.sourceforge.novaforjava</groupId>
    <artifactId>novaforjava</artifactId>
    <version>0.15.0.0</version>
</dependency>

How to add a dependency to Gradle

Gradle Groovy DSL: Add the following net.sourceforge.novaforjava : novaforjava gradle dependency to your build.gradle file:

implementation 'net.sourceforge.novaforjava:novaforjava:0.15.0.0'

Gradle Kotlin DSL: Add the following net.sourceforge.novaforjava : novaforjava gradle kotlin dependency to your build.gradle.kts file:

implementation("net.sourceforge.novaforjava:novaforjava:0.15.0.0")

How to add a dependency to SBT Scala

SBT Scala: Add the following net.sourceforge.novaforjava : novaforjava sbt scala dependency to your build.sbt file:

libraryDependencies += "net.sourceforge.novaforjava" % "novaforjava" % "0.15.0.0"