is not current version
Last Version 11.2

org.orekit:orekit 9.3

OREKIT (ORbits Extrapolation KIT) is a low level space dynamics library. It provides basic elements (orbits, dates, attitude, frames ...) and various algorithms to handle them (conversions, analytical and numerical propagation, pointing ...).

GroupId

GroupId

org.orekit
ArtifactId

ArtifactId

orekit
Version

Version

9.3
Type

Type

jar

Download orekit 9.3


<!-- https://jarcasting.com/artifacts/org.orekit/orekit/ -->
<dependency>
    <groupId>org.orekit</groupId>
    <artifactId>orekit</artifactId>
    <version>9.3</version>
</dependency>
// https://jarcasting.com/artifacts/org.orekit/orekit/
implementation 'org.orekit:orekit:9.3'
// https://jarcasting.com/artifacts/org.orekit/orekit/
implementation ("org.orekit:orekit:9.3")
'org.orekit:orekit:jar:9.3'
<dependency org="org.orekit" name="orekit" rev="9.3">
  <artifact name="orekit" type="jar" />
</dependency>
@Grapes(
@Grab(group='org.orekit', module='orekit', version='9.3')
)
libraryDependencies += "org.orekit" % "orekit" % "9.3"
[org.orekit/orekit "9.3"]