p

picante

Picante is a pure Java implementation of the core function of the NAIF/SPICE library (https://naif.jpl.nasa.gov/naif/).
https://github.com/JHUAPL/Picante
MIT License
Johns Hopkins University Applied Physics Laboratory
Hari Nair F. Scott Turner
Files download
File Operation
picante-1.0.0.jar download
picante-1.0.0.pom download
picante-1.0.0-sources.jar download
Apache Maven
<dependency>
  <groupId>edu.jhuapl.ses</groupId>
  <artifactId>picante</artifactId>
  <version>1.0.0</version>
</dependency>
Gradle Groovy
implementation 'edu.jhuapl.ses:picante:1.0.0'
Gradle Kotlin
implementation("edu.jhuapl.ses:picante:1.0.0")
Scala SBT
libraryDependencies += "edu.jhuapl.ses" % "picante" % "1.0.0"
Groovy Grape
@Grapes(
  @Grab(group='edu.jhuapl.ses', module='picante', version='1.0.0')
)
Apache Ivy
<dependency org="edu.jhuapl.ses" name="picante" rev="1.0.0" />
Leiningen
[edu.jhuapl.ses/picante "1.0.0"]
Apache Buildr
'edu.jhuapl.ses:picante:jar:1.0.0'