maps-kt/trajectory-kt/README.md
2024-06-04 14:38:21 +03:00

30 lines
441 B
Markdown

# Trajectory-kt
## Artifact:
The Maven coordinates of this project are `space.kscience:trajectory-kt:0.3.0`.
**Gradle Kotlin DSL:**
```kotlin
repositories {
maven("https://repo.kotlin.link")
mavenCentral()
}
dependencies {
implementation("space.kscience:trajectory-kt:0.3.0")
}
```
## Authors
### Erik Schouten
https://github.com/ESchouten
Email: erik-schouten@hotmail.nl
### Artem Degtyarev
https://github.com/artdegt