kmath/docs/templates/ARTIFACT-TEMPLATE.md

15 lines
255 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}")
}
```