is not current version
Last Version 11.2

org.orekit:orekit 10.3.2

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

10.3.2
Type

Type

jar

Download orekit 10.3.2


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