16 lines
256 B
Markdown
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}")
|
|
}
|
|
``` |