maps-kt/trajectory-kt/README.md

30 lines
441 B
Markdown
Raw Normal View History

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