maps-kt/trajectory-kt/README.md

41 lines
629 B
Markdown
Raw Permalink Normal View History

2023-04-06 10:03:38 +03:00
# Trajectory-kt
## Artifact:
2023-05-06 15:39:58 +03:00
The Maven coordinates of this project are `space.kscience:trajectory-kt:0.2.2`.
2023-04-06 10:03:38 +03:00
**Gradle Groovy:**
```groovy
repositories {
maven { url 'https://repo.kotlin.link' }
mavenCentral()
}
dependencies {
2023-05-06 15:39:58 +03:00
implementation 'space.kscience:trajectory-kt:0.2.2'
2023-04-06 10:03:38 +03:00
}
```
**Gradle Kotlin DSL:**
```kotlin
repositories {
maven("https://repo.kotlin.link")
mavenCentral()
}
dependencies {
2023-05-06 15:39:58 +03:00
implementation("space.kscience:trajectory-kt:0.2.2")
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