is not current version
Last Version 11.2

org.orekit:orekit 11.0

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

11.0
Type

Type

jar

Download orekit 11.0


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