30 lines
441 B
Markdown
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 |