kmath/docs/templates/ARTIFACT-TEMPLATE.md
2024-03-27 09:11:12 +03:00

16 lines
256 B
Markdown

## Artifact:
The Maven coordinates of this project are `${group}:${name}:${version}`.
**Gradle:**
```kotlin
repositories {
maven("https://repo.kotlin.link")
mavenCentral()
}
dependencies {
implementation("${group}:${name}:${version}")
}
```