2022-01-23 15:06:47 +03:00
|
|
|
# Module visionforge-solid
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
## Usage
|
|
|
|
|
|
|
|
## Artifact:
|
|
|
|
|
2023-12-12 09:17:14 +03:00
|
|
|
The Maven coordinates of this project are `space.kscience:visionforge-solid:0.3.0-rc`.
|
2022-01-23 15:06:47 +03:00
|
|
|
|
|
|
|
**Gradle Kotlin DSL:**
|
|
|
|
```kotlin
|
|
|
|
repositories {
|
|
|
|
maven("https://repo.kotlin.link")
|
|
|
|
mavenCentral()
|
|
|
|
}
|
|
|
|
|
|
|
|
dependencies {
|
2023-12-12 09:17:14 +03:00
|
|
|
implementation("space.kscience:visionforge-solid:0.3.0-rc")
|
2022-01-23 15:06:47 +03:00
|
|
|
}
|
|
|
|
```
|