2022-01-23 15:06:47 +03:00
|
|
|
# Module visionforge-core
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
## Usage
|
|
|
|
|
|
|
|
## Artifact:
|
|
|
|
|
2024-02-16 18:21:09 +03:00
|
|
|
The Maven coordinates of this project are `space.kscience:visionforge-core:0.4.0-dev-3`.
|
2022-01-23 15:06:47 +03:00
|
|
|
|
|
|
|
**Gradle Kotlin DSL:**
|
|
|
|
```kotlin
|
|
|
|
repositories {
|
|
|
|
maven("https://repo.kotlin.link")
|
|
|
|
mavenCentral()
|
|
|
|
}
|
|
|
|
|
|
|
|
dependencies {
|
2024-02-16 18:21:09 +03:00
|
|
|
implementation("space.kscience:visionforge-core:0.4.0-dev-3")
|
2022-01-23 15:06:47 +03:00
|
|
|
}
|
|
|
|
```
|