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