22 lines
332 B
Markdown
22 lines
332 B
Markdown
# Module visionforge-core
|
|
|
|
|
|
|
|
## Usage
|
|
|
|
## Artifact:
|
|
|
|
The Maven coordinates of this project are `space.kscience:visionforge-core:0.3.0-rc`.
|
|
|
|
**Gradle Kotlin DSL:**
|
|
```kotlin
|
|
repositories {
|
|
maven("https://repo.kotlin.link")
|
|
mavenCentral()
|
|
}
|
|
|
|
dependencies {
|
|
implementation("space.kscience:visionforge-core:0.3.0-rc")
|
|
}
|
|
```
|